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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Is there a direct correlation between data model size and report/visualization speed in the service?

Data Model & Report A: 5 tables inside of the data model which are all being used across the report on miscellaneous visuals and calculateions

 

Data Model & Report B: 10 tables inside of the data model. But the report itself is the same exact report  as Data Model & Report A, except there just happen to be some extra unused tables in the data model which inflates the overall size of the data model.

 

Will Data Model & Report A & B perform the exact same in the PBI service, or will B be slower?

 

I know all over the place, if people claim their report is running slow one of the most common recommendation is to clean up the data model by reducing the number of unused tables & columns, but does this actually increase performance in the service?

1 REPLY 1
jdbuchanan71
Super User
Super User

Hello @Anonymous 

Table expansion is driven by all the relationships in your model so even if they are not used in the report, the extra tables could impact the performance.  If you apply something like CALCULATE ( [measure], FILTER ( 'Sales', filter criteria ) ) you are filtering the expanded sales table which will pick up the related but un-used tables.  This is why it is best  to avoid putting an entire table into a filter expression and instead filter on specific columns.   Here is an article talking about table expansion.

https://www.sqlbi.com/articles/expanded-tables-in-dax/

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.