pl-300beginner
Fact vs Dimension
A simple way to tell the difference between fact tables and dimension tables in Power BI.
Mar 27, 2026•1 min read
Learn what a star schema is, why it matters in Power BI, and how it appears in PL-300.
A star schema is a data modeling pattern where a central fact table connects to multiple dimension tables.
In Power BI, star schemas usually make models easier to understand, easier to maintain, and easier to query.
A project cost model may have a FactProjectTransaction table connected to DimDate, DimProject, and DimEmployee.
PL-300 questions often frame star schema as the preferred modeling pattern when the goal is clarity and performance.
If you are not sure how to model a Power BI dataset, start by asking what the fact table is and what the dimensions are.
A simple way to tell the difference between fact tables and dimension tables in Power BI.