Categories: Power BIVaria

STAR SCHEMA ALL THE THINGS

The title says it all, but I’ll explain it anyway. When building a data model that will be used for analysis by human beings, always create a star schemas. Or multiple star schemas connected with conformed dimensions.

Why? Because it’s the most intuitive and user-friendly interface. Because remember, your data model is the user interface to your data. Don’t give your end users a normalized data model (too many joins, complex DAX) or a single flat table (looking at you Tableau. Performance issues, possible complex DAX and scaling issues). Give them a star schema.

You don’t have to take my word for it, but you can watch this awesome video by Patrick of Guy in a Cube where he explains why star schemas are essential in Power BI (and in extent any BI/reporting tool):

He gives a couple of reasons why star schemas are beneficial, and I added one extra in the comments:

If you want more information, definitely check out the book Analyzing Data with Power BI and Power Pivot for Excel by Russo and Ferrari. It dives deeper into the different aspects of why star schemas are preferred for Power BI and gives a lot of DAX examples. It’s a couple of years old, but since it deals with the basics of modelling it is still very relevant.

If you need more background on star schemas – or dimensional modelling – check out the books Star Schema The Complete Reference (one of my favorite technical books of all time) or The Data Warehouse Toolkit: The Definitive Guide to Dimensional Modeling by Kimball.

And remember:


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂
Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

Recent Posts

dataMinds Connect 2025 – Slides & Scripts

You can find all the session materials for the presentation "Indexing for Dummies" that was…

4 days ago

Cloud Data Driven User Group 2025 – Slides & Scripts

The slidedeck and the SQL scripts for the session Indexing for Dummies can be found…

2 weeks ago

Retro Data 2025 – Slidedeck

You can find the slides of my session on the €100 DWH in Azure on…

3 weeks ago

Secure Logic Apps with OAuth Authorization

I've used Logic Apps a couple of times over the past years for simple workflows,…

4 weeks ago

Free Online Sessions – Building the €100 DWH and Indexing for Dummies

I'm giving two online sessions soon on virtual events that are free to attend. The…

1 month ago

How to Install SQL Server 2025 RC0 on an Azure VM

I wanted to try out the new JSON index which is for the moment only…

1 month ago