Four-page Power BI financial performance dashboard built from the
sales-data-analysis-sql dataset with 21 DAX measures, executive KPIs,
profitability analysis, and budget tracking.
| Area | What this project shows |
|---|---|
| BI workflow | Converts the SQL case-study dataset into an executive dashboard for revenue, profit, customers, products, and budget performance |
| Power BI skills | Data model, Power Query cleanup, DAX measures, KPI cards, drill-down pages, and management-style layout |
| Finance skills | Net revenue, gross profit, margin, AOV, discount impact, budget variance, and month-over-month reporting |
| Storytelling | Executive summary, category profitability, customer segment performance, and budget tracking views |
| Portfolio value | Connects SQL analysis to a finished Power BI reporting artifact |
| Page | Focus |
|---|---|
| Executive Summary | Revenue, gross profit, margin, budget variance, and headline KPIs |
| Product Analysis | Category performance, revenue share, margin profile, and discount impact |
| Customer Analysis | Segment comparison, AOV, revenue contribution, and profitability |
| Budget Performance | Actual vs target revenue/profit and monthly variance review |
Screenshots are stored in screenshots/. The PBIX file is
available at Financial_Performance_Dashboard.pbix.
| Finding | Result |
|---|---|
| Net revenue | Around $150K across 706 completed orders |
| Gross margin | 28.77% overall in the dashboard model |
| Highest margin category | Beauty & Personal Care at about 74% |
| Revenue vs margin gap | Electronics drives high revenue but lower margin contribution |
| Budget hit rate | 3 of 12 months met revenue targets |
| Best AOV segment | Corporate at about $360 average order value |
sales-data-analysis-sql/data/
-> Power Query
-> star-style model
customers
products
orders
order_items
monthly_targets
-> DAX measures
-> Power BI report pages
The dashboard includes 21 measures, documented in
measures/dax_measures.txt, including:
- Net Revenue
- Gross Revenue
- Discount Amount
- Gross Profit
- Gross Margin %
- Average Order Value
- Revenue vs Budget
- Profit vs Budget
- Month-over-month change
- Download or clone this repository.
- Open
Financial_Performance_Dashboard.pbixin Power BI Desktop. - Review
docs/dashboard_guide.mdfor page-by-page navigation. - Review the source SQL case study: sales-data-analysis-sql.
- Reconcile dashboard totals with the SQL companion project.
- Review DAX definitions in
measures/dax_measures.txt. - Confirm screenshots and PBIX are both present before using the repository as a portfolio artifact.
MIT License. See LICENSE.