

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Star Schema
incomplete
2: Calculated Columns
incomplete
3: Handle Discounts
incomplete
4: Cards
incomplete
5: Measures
incomplete
6: Multi-Value Cards
incomplete
7: Managing Relationships
incomplete
8: Cardinality and Cross Filters
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Click to play video
A star schema organizes your model into one central fact table (sales) surrounded by dimension tables. It's the simplest, most performant shape for analytic reporting in Power BI.
salesdates, products, customers, storesThis setup allows us to answer questions like:
Facts = "what happened" (sales)
Dimensions = "about what" (by product, date, customer, store, etc)
The sales and website_sessions tables should have lines connecting to the other tables automatically. Power BI is smart enough to recognize the ID columns. If it doesn't, you can add relationships manually by dragging the ID column from one table to the matching ID column in another table.
Save the project and, from the course directory, submit the CLI tests.