Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
DebbieE
Community Champion
Community Champion

Power BI Data Modelling Snowflake to Star Schema

I have recently realised that the STAR schema is the recommended data model for power BI, and even the snowflake schema isnt the recommended approach

 

EventModel.JPG

An event can have many details (Agenda items)

Events.JPG

I guess its fine. See above, even when you drag the agenda items into the report is still only shows the two events.

 

Its when you want to know the number of agenda items in an event.

 

Basically, how would you go about transforming this into a STAR schema? And if you arent interested in measures against the drop down is it ok to leave it as a star schema?

3 REPLIES 3
vanessafvg
Community Champion
Community Champion

you can denormalise (merge) the 2 dim event tables together .

 

it also always depends, on how much data you have etc. the issue around snowflake is the relationships, you need to have a good understanding if you for example are using bidirectional relationships. Always better to assess you needs against recommended

 

its not hard to denormalise though because the in-memory model compresses distinct data





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




I still down know how I merge the two event table together though when it comes to the keys

 

I have no clue how to go about it. Do I then just have one ID in the Event dimension and have multiple rows for each event

 

I dont understand how this will work against the Fact table ?

 

So in the merged Event dim should I have

EventID  AgendaID

1            1

1            2

1            3

1            4

 

And then you have the fact table joined to the Event ID?

 

can you share some dummy data or data in text form and i can create it for you as an example.




If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.