# Power BI Review Checklist

Use this before sharing a Power BI report with the team.

## Data And Model

- [ ] Source owner is known.
- [ ] Refresh schedule is documented.
- [ ] Fact and dimension tables are separated where possible.
- [ ] Relationships use clear keys and expected filter direction.
- [ ] Measures are collected and named consistently.

## DAX

- [ ] Key measures have business definitions.
- [ ] CALCULATE usage is intentional and documented.
- [ ] Time intelligence uses a proper date table.
- [ ] Measures were tested against sample rows or known totals.

## Report UX

- [ ] First page answers the main business question.
- [ ] KPI cards include period context.
- [ ] Slicers are grouped and not scattered.
- [ ] Drill-through or detail pages have clear back navigation.
- [ ] Text and state colors pass contrast checks.

## Governance

- [ ] Workspace is correct.
- [ ] RLS is tested if used.
- [ ] Dataset owner and report owner are documented.
- [ ] Official references or assumptions are linked.
- [ ] Checked date is updated.
