Data Modeling

Star schemas, fact and dimension tables, relationships, and date tables — the foundation everything else in Power BI is built on.

Data Modeling

A well-shaped data model is what makes DAX simple and reports fast — this section covers star schemas, the fact/dimension split, relationships, and the patterns (bridge tables, slowly changing dimensions) that come up as a model grows.

Fact Table (transactions, events — the numbers)
     |
     | relationships
     |
Dimension Tables (who, what, where, when — the descriptive context)

Start Here

Where to Go Next