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
BIXL
Resolver I
Resolver I

Performance best practice with wide tables

Hey All,

In general we know that wide tables=bad performance in Power BI models.

Say for the sake of the example that I have a 500 columns table that contains a lot of measures and some attributes keys.

I'm interested to know if in regard to performance consideration there is any difference from a one 500 columns table than a two 250 columns  tables (with 1 to 1 relationship by pk) or even ten 50 columns tables (with 1 to 1 relationship by pk).

 

If anyone has a solid knowledge about that question I would be happy to have it shared.

 

Thanks

1 ACCEPTED SOLUTION

@BIXL

 

Separating frequently used column and other useless columns so that it will not consume more memory when calling frequently used columns only. For the internal working of VertiPaq engine, you can refer to this article: The VertiPaq Engine in DAX 

 

Regards,

 

 

View solution in original post

3 REPLIES 3
v-sihou-msft
Employee
Employee

@BIXL

 

Try to remove useless columns when importing data into Power BI to reduce the data load memory. In your scenario, I think you may split some of columns into dimension tables and connect to fact table on key columns. Depends on usage, you can also include frequently used columns into same table together. 

 

Please refer to an article below:

Data Import Best Practices in Power BI

 

Regards,

Hi @v-sihou-msft

Thanks for your reply.

I am aware of the best practices described bellow and in the link you provided.

My question was in regard to the way the VertiPaq engine works.

Since there are some unique situation where there are a lot of measures in a single table the question was if in engine performance point of view you should split them into several tables connected by the same PK. 

could you elaborate some more about :

"Depends on usage, you can also include frequently used columns into same table together" - Does this affect performance ? or just a more "user friendly" model, for which I'm totally on.

 

Thanks

@BIXL

 

Separating frequently used column and other useless columns so that it will not consume more memory when calling frequently used columns only. For the internal working of VertiPaq engine, you can refer to this article: The VertiPaq Engine in DAX 

 

Regards,

 

 

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.