(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: Purpose of this analysis: 1. The general situation of the sales performance from 2015-2018; 2. The sales performance related to different types of customers; 3. The sales performance of different products 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 ...