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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors