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
jhd
Helper I
Helper I

Speeding up power query (Table.Buffer?)

Hi,

 

I have an excel file (called GOLDEN_ID) which contains information about the products that we purchase e.g. it contains a taxonomy.

 

The file itself is about 13MB.

 

The file is loaded into the power query, and merged with many other queries.

 

When refreshing the dataset, 1GB is loaded from GOLDEN_ID.

 

This takes forever.

 

Is there any way that I can speed this up? I have read https://www.thebiccountant.com/speedperformance-aspects/

which suggests that Table.Buffer might be able to help, but I can't find much documentation on it and I don't know where to appy it.

 

Thanks.

 

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @jhd 

When you connect data to Power BI, It would generate a M query connection, you could find M query by opening Advanced editor in Edit Queries where you could use Table.Buffer in the M code.

Reference:

Improving Power Query Calculation Performance With List.Buffer()

Table.Buffer for cashing intermediate query results or how workaround Unnecessary Queries Issue

Performance tip for List.Generate (1): Buffer your tables in Power BI and Power Query

 

Best Regards

Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors