Chapter 4

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

Star and snowflake

schemas
D ATA M O D E L I N G I N P O W E R B I

Sara Billen
Curriculum Manager at DataCamp
Star schema
Fact table(s)
Surrounded by dimension tables

DATA MODELING IN POWER BI


Snowflake schema
Allows relationships between dimensions

Fact table(s) remain the same

DATA MODELING IN POWER BI


A closer look
Star schema Snowflake schema

DATA MODELING IN POWER BI


Star schema Snowflake schema

Used in some data warehouses


Preferred approach
Less duplication
Easy for business users to understand
Most BI tools optimize for this schema Updating records is more efficient

DATA MODELING IN POWER BI


Stars and snowflakes in Power BI
Both schemas work!
But Power BI prefers star schemas
Easier to understand

Performance is less of a concern

DATA MODELING IN POWER BI


The performance analyzer
Built-in performance analysis
Each visual has three components
How long did the DAX query take?

How long did the visual take to render?

How long did everything else take?

DATA MODELING IN POWER BI


Performance tuning advice
DAX Query slowness

Tune DAX operations

Improve data loading performance


Visual display slowness

Use less complicated visuals

Show less information on the screen

Other slowness

Reduce number of visuals on the page

DATA MODELING IN POWER BI


Let's practice!
D ATA M O D E L I N G I N P O W E R B I
Evaluating
performance
D ATA M O D E L I N G I N P O W E R B I

Sara Billen
Curriculum Manager at DataCamp
Let's practice!
D ATA M O D E L I N G I N P O W E R B I
Congratulations!
D ATA M O D E L I N G I N P O W E R B I

Sara Billen
Curriculum Manager at DataCamp
Defining and shaping tables
Basic data modeling concepts
Load and transform data
Power BI

Power Query

Merge and append tables

DATA MODELING IN POWER BI


Dimensional modeling and schemas
Dimensional modeling (Kimball model)
Facts

Dimensions

Star schemas

Snowflake schemas

DATA MODELING IN POWER BI


Thank you!
D ATA M O D E L I N G I N P O W E R B I

You might also like