(Power BI) Superstore Sales Dataset analysis
This dataset is accessible to anyone by this link: Superstore Sales Dataset | Kaggle.
Dataset information: Retail dataset of a global superstore for 4 years.
A glimpse of this dataset:
The dashboard is ready to be used as follows:
Data Validation and pre-processing
1. The dataset has been checked for duplicates, null, and error values.
2. Change data type: In this dataset, "Order Date" and "Ship Date" are "text". Change it to "Date" before further exploration.
However, since the date value in these two columns is organized in "dd-mm-yyyy", it seems not possible to change it directly to the "Date" data type. So I first separated these two columns by the delimiter "/" and then merged the separated columns into the format of "mm-dd-yyyy". By doing this, these two date columns can be successfully changed to "Date”.
After this step, close Power Query and upload the file to Power BI.
3. Remove the unrelated columns in the "data view" tab and format the "Order Date" and "Ship Date" columns to "Short date" for a better look.
4. Since the revenue of different products is needed, a hierarchy needs to be created.
After this process, the drill-down function is available to detect different categories.
Comments
Post a Comment