__STYLES__
This is a project that examines a dataset of 830,940 records. Before visualizing the dashboard, the following steps were taken:
. Data types were investigated and sorted.
. New columns for the year and months were added.
. To calculate the total Unit Sold, Total Cost of Production, Total Sales, and Total Profit, new measures were created
. To rewrite all store names, the split-column function was used.
. TopN was introduced to display the top 15 stores in terms of sales volume.
INSIGHTS:
. The highest profit was made in the Toys Product Category.
. Out of all the store names, Ciudad de Mexico 2 had the most sales.
. The month with the most sales was April.