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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
PowerBI123456
Post Partisan
Post Partisan

Dimension Table

Hi - Need some tips/advice on the model I am working on. Its pretty complex with a lot tables and some of my fact tables have 20 million +rows.  When creating my visualizations, is it better (performance wise) to filter on fields in my Fact tables or is better to create dimension tables (would only be one column) and filter off that? For example, I have to filter on one field "FieldName" in one of my fact tables that has about 100 different options. Would it better to create a dimension table with those 100 different options, link it to my fact table, and filter off the dimension table instead? 

2 REPLIES 2
v-lionel-msft
Community Support
Community Support

Hi @PowerBI123456 ,

 

Continue to create dimension tables will make the data set larger, which in turn will slow down refreshes and queries.
Try to refer to the link.

Data reduction techniques for Import modeling 

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

pc2
Helper I
Helper I

Yes, it should improve the performance... try it and see.

 

I would create a dynamic table based off your fact table, create a New Table, = distinct(FactTable[columnName]).  Then create the relationship with the FactTable.

 

Also, use the "Performance Analyzer" under View menu to test the performance.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.