Business Analysis

Sales Analysis Dashboard

Created a Sales Analysis Dashboard using Excel & Power BI to track revenue trends, product performance, and key KPIs — enabling data-driven business insights and performance optimisation.

Duration: 4 Weeks
Role: Data Analyst
Domain: Sales / Retail
ISBR Business School

Project Overview

As part of my PGDM coursework and building on my experience at Assis Tech Foundation, I designed a comprehensive Sales Analysis Dashboard to help businesses track revenue trends, product performance, and key performance indicators (KPIs). The dashboard consolidates data from multiple sources into a single interactive view, replacing static Excel reports with dynamic Power BI visualisations.

This project demonstrates my ability to clean and structure raw data, design meaningful KPIs, build interactive dashboards, and deliver actionable business insights — skills I developed during my internship at ATF where I built 5+ operational dashboards.

Key Results

5+ KPI Cards
5 Interactive Charts
4 Regional Views
30% Faster Reporting

Problem Statement

My Approach

Phase 1: Data Collection & Cleaning

Phase 2: Data Structuring & SQL Queries

Phase 3: Dashboard Design in Power BI

Phase 4: Insights & Presentation

Tech Stack

Power BI Advanced Excel SQL (Joins, Aggregations) Pivot Tables VLOOKUPs Data Cleaning KPI Tracking Data Visualisation

Sample SQL Queries Used

-- Revenue by region with profit margin
SELECT
    region,
    SUM(revenue) AS total_revenue,
    COUNT(DISTINCT product) AS products_sold,
    SUM(profit) AS total_profit,
    ROUND(SUM(profit) * 100.0 / SUM(revenue), 1) AS margin_pct
FROM sales
GROUP BY region
ORDER BY total_revenue DESC;

-- Monthly revenue trend
SELECT
    FORMAT(order_date, 'yyyy-MM') AS month,
    SUM(revenue) AS monthly_revenue,
    SUM(profit) AS monthly_profit
FROM sales
GROUP BY FORMAT(order_date, 'yyyy-MM')
ORDER BY month;

Dashboard Components

Component Purpose Visual Type
KPI Cards (5) High-level metrics at a glance Revenue, Profit, Orders, AOV, Margin
Revenue Trend Track monthly revenue & profit Line Chart with area fill
Regional Breakdown Revenue distribution by region Doughnut Chart
Category Analysis Compare product categories Horizontal Bar Chart
Top Products Table Best sellers with margin & trend Sortable Data Table
Sales Rep Tracker Target vs actual achievement Table with Progress Bars

Key Learnings

Related Certifications

Interested in this project?

Let's connect and discuss data analytics, dashboards, or business insights.

Get In Touch Next Project