Analyze historical sales data to identify trends, seasonal patterns, and top-performing products. Build an interactive dashboard that highlights key sales metrics.
- Microsoft Excel (with charts and pivot-ready summaries)
- Data can be imported into Power BI or Tableau for interactive dashboards.
File: data/sales_data.csv
Columns:
OrderID– Unique order identifierOrderDate– Date of the orderRegion– Sales region (North, South, East, West)Category– Product category (Electronics, Furniture, Clothing, Grocery)Product– Product nameQuantity– Units soldUnitPrice– Price per unitDiscount– Discount applied (0 to 0.15)Revenue– Final revenue for the order after discount
-
Raw_Data (Excel Sheet)
- Full transactional-level data for all orders.
-
Monthly_Sales (Excel Sheet)
- Aggregated monthly revenue and quantity to identify:
- Overall growth trend
- Seasonality or peak months
- Aggregated monthly revenue and quantity to identify:
-
Top_Products (Excel Sheet)
- Total revenue and quantity by product.
- Sorted by revenue to easily see top-performing products.
-
Region_Sales (Excel Sheet)
- Total revenue and quantity by region to identify high-performing markets.
The Excel file Sales_Performance_Analysis.xlsx already includes:
- A line chart showing Monthly Revenue Trend.
- A column chart showing Revenue by Region.
- Pre-aggregated sheets that you can quickly turn into Pivot Charts/Dashboards.
- Import
data/sales_data.csv. - Create measures:
- Total Revenue
- Total Quantity
- Average Revenue per Order
- Build visuals:
- Line chart: Revenue by Month
- Bar chart: Revenue by Region
- Bar chart: Top 10 Products by Revenue
- Filters: Region, Category, Year
- Identified which products and categories drive the highest revenue.
- Found which regions contribute most to total sales.
- Observed monthly sales trend and possible seasonality (e.g., peaks around year-end).
- Open
Sales_Performance_Analysis.xlsxin Excel. - Explore each sheet:
Raw_DataMonthly_SalesTop_ProductsRegion_Sales
- Import
data/sales_data.csvinto Power BI/Tableau and create an interactive dashboard.