- Project Overview
- Dataset Information
- Project Objectives
- Key Questions Answered
- DAX Calculations
- Dashboard Process
- Insights and Analysis
- Conclusions and Recommendations
This dashboard provides an in-depth analysis of toy sales data from Maven Analytics, covering four locations and five toy categories. It offers insights into key performance metrics, such as sales trends, revenue contributions, and performance by location and category.
The dashboard is built entirely in Power BI, utilizing various DAX measures and visualizations to track sales performance and uncover actionable insights.
The dataset includes:
- Sales data for toys across 4 locations and 5 toy categories
- Monthly sales records in CSV format for the period 2022 and 2023, loaded into Power BI for processing and visualization.
The main objective of this dashboard is to:
- Track sales performance across locations and categories.
- Provide actionable insights into sales trends, revenue contributions, and popular categories.
- Enable quick, visual decision-making for stakeholders.
- To identify the store that holds more stock
The dashboard answers the following questions:
-
What is the total revenue and the quarterly trend?
- Breakdown of revenue across all locations with monthly performance indicators.
-
Which location generates the highest revenue?
- Performance analysis for each location, highlighting the top performer.
-
Which toy category is the most popular across all locations?
- Revenue and unit sales for each toy category, identifying the most popular categories.
-
What is the year-over-year and month-over-month growth rate?
- An analysis of growth trends, showing how sales have progressed over time.
-
What is the average revenue per order and the average unit price per toy category?
- Detailed view of average revenue per transaction and category-based pricing insights.
-
How are sales distributed across different categories in each location?
- Visualization of category performance within each location, identifying key sales drivers.
Several DAX measures were calculated to provide insights into the data. Here are a few key DAX calculations and their purposes:
1. Total Revenue = SUM('Sales'[Revenue])
2. Quarterly Revenue = CALCULATE([Total Revenue], DATESMTD('Sales'[Date]))
3. YoY Growth = ( [This Year Sales] - [Last Year Sales] ) / [Last Year Sales]
4. Average Revenue per Order = DIVIDE([Total Revenue], [Order Count])
5. Revenue by Category = CALCULATE([Total Revenue], 'Sales'[Category])
6. Average Unit Price = DIVIDE([Total Revenue], [Total Units Sold])
-
Data Loading and Preparation The data was uploaded from CSV files provided by Maven Analytics directly into Power BI. Data cleaning and formatting were completed within Power BI, including date formatting and location/category mapping.
-
DAX Measures Creation DAX formulas were created to calculate key metrics, such as total revenue, average unit price, growth rates, and more.
-
Visualization and Layout Design Various Power BI visuals (e.g., line charts, bar charts, slicers) were used to create an interactive, user-friendly interface. Filters and slicers were added to enable deeper analysis by category, location, and date.
-
Dashboard Testing and Refinement The dashboard was tested for accuracy and usability. Feedback was gathered to ensure the dashboard meets stakeholders' needs.
This dashboard provides comprehensive insights into the toy sales data. It reveals location-based trends, identifies the best-selling categories, and tracks sales growth. This helps stakeholders make informed decisions on inventory management, promotional strategies, and resource allocation across different locations. Conclusions and Recommendations
The dashboard reveals strong performance in specific locations and highlights top-performing categories, providing a clear view of overall sales health.
Focus on stocking and promoting high-performing toy categories in the top locations. Consider strategies for boosting growth in underperforming locations based on insights gathered from category preferences and sales trends.