Dashboard Link: https://drive.google.com/file/d/1L2PtTbgz7C3b9G9Jm5ol7eopZi7CXH0k/view?usp=drive_link
This dashboard will help the organization to understand their sales better from different perspecttives. It will help the organizaions to know about their total sales, average sales, number of items sold. This dashboard will also help them to know about the average of rating people gave them.
- Total Sales
- Average Sales
- Number of items sold
- Average Rating
- Total sales by fat content
- Total sales by item type
- Fat contentt by outlet for otal sales
- Total sales by outlet establishment
- Sales by outlet size
- Sales by outlet location
- All metrics calculationn by outlet type
- Step 1: Requiremnets gathering
- Step 2: Data Walkthrough/ Data QC. During the QC two problems were found. One is two differentt entries had the same meaning so it was fixed usig 'Replace Values' option in Power Query. Another problem was there was several missing values in a attribute. But as the attribute was not in use it wasn't really a problem for this project.
- Step 3: Some new measures, Total Sales, Average Sales, Number of items, Average Rating, were introduced as per The KPI requirements. Data Analysis Expressions (DAX) query was used to calculate these measures.
Total Sales = SUM('BlinkIT Grocery Data'[Sales])
Avg Sales = AVERAGE('BlinkIT Grocery Data'[Sales])
No of Items = COUNTROWS('BlinkIT Grocery Data')
Avg Rating = AVERAGE('BlinkIT Grocery Data'[Rating])
-
Step 4: Created a new metrics table using data modeling technique in power bi which includes the kpi requirements
-
Step 5: Created a donut chart based on fat content
-
Step 6: Created a clustered bar chart to present Fat Content by Outlet Location
-
Step 7: Created a stacked column chart to present item types
-
Step 8: Created a line chart to visualize Total Sales against Outlet Establishment Year
-
Step 9: Created a donut chart to visualize Total Sales based on Outlet Size
-
Step 10: Created a funnel chart based on Total Sales and Outlet Location Type
-
Step 11: Generated a matrix chart based on Outlet Types. Through that matrix 5 different parameters were visualized including Total Sales, Average Sales, Number of Items, Item Visibility and Average Rating. Here Item Visibilitty was presented as item count. All those attributes were presented on the right side of every Outlet Type.
-
Step 12: Created a filter panel to easily filter out using params like outlet location type, size and item type