← Erwin Glenn Capitan II View repo

Project summary · Excel · Power Query · Power Pivot · DAX

Financial Performance Dashboard

A one-click FP&A report in Excel: change a single date cell, refresh, and every KPI, variance and chart re-points — revenue, gross profit and EBITDA against budget, prior period and prior year.

Role
Personal build
Stack
Excel · Power Query · Power Pivot · DAX
Status
Complete
Repository
glcapitan / financial-performance-dashboard

Why I built it

Most finance teams hand stakeholders a raw P&L export. Leadership asks the same three questions every month — how did we do against budget, against last period, against last year — and answering them by hand is where the reporting week goes.

Questions it answers

How I built it

  1. Power Query ETL. Eight human-readable monthly P&L grids get unpivoted into tidy tables and appended into single fact tables — repeatable on every refresh instead of re-pasted.
  2. Star schema in Power Pivot. Two fact tables, actuals and budget, related to date, account and department lookups — the same modeling discipline as a warehouse, inside a workbook.
  3. DAX time intelligence. Current month, trailing 3, 6 and 12, and YTD measures with matched prior-period and prior-year comparisons, driven by a SWITCH-based period selector.
  4. Presentation layer isolation. The dashboard reads only from measures, never the raw tabs, so changing the source data never breaks the report.
  5. CFO-style write-up. Variances translated into findings and prioritised recommendations in a companion memo.
The dashboard — KPI tiles, gauges and variance charts
The dashboard — KPI tiles, gauges and variance charts
Build pipeline: P&L tabs through Power Query into the model
Build pipeline: P&L tabs through Power Query into the model

What it surfaces

Honest notes

Built on a sample trailing-twelve-month dataset included in the repo; the figures above are illustrative of the read-outs the dashboard produces.