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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Append and Merge Best Practice

Hi all, 

 

I'm hoping to gain some brevity on the most efficient way to append my data.

I have 57 SharePoint sites, each with 5 lists, but every site uses the same structure for the 5 lists.

Appending and Merging in the Query Editor spews out some incredible load times that I'd like to avoid.

Outside of unchecking enable load on the tables and not allowing background data to load; what method can I use to speed things up when I append my data?

I've seen parts of solutions involving M code but nothing I can grasp - where would be the best source material?

 

thank you kindly,

J

1 ACCEPTED SOLUTION
Jimmy801
Community Champion
Community Champion

Hello @Anonymous 

 

you may have to analyse your code. How your are accessing the data and merging/appending. Depending to how you are accessing it, is for sure useful to place a Table.Buffer somewhere to avoid pulling data multiple times. 

If you use a custom function to pull your data from the list, then this is for sure a good starting point to put a Table.Buffer.

 

Feel free to post here some M code and how your queries are structure. Then I can look into it.

 

If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too

Have fun

Jimmy 

View solution in original post

3 REPLIES 3
Jimmy801
Community Champion
Community Champion

Hello @Anonymous 

have you been able to solve the problem with the replies given?

If so, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too

All the best

Jimmy

Jimmy801
Community Champion
Community Champion

Hello @Anonymous 

 

you may have to analyse your code. How your are accessing the data and merging/appending. Depending to how you are accessing it, is for sure useful to place a Table.Buffer somewhere to avoid pulling data multiple times. 

If you use a custom function to pull your data from the list, then this is for sure a good starting point to put a Table.Buffer.

 

Feel free to post here some M code and how your queries are structure. Then I can look into it.

 

If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too

Have fun

Jimmy 

edhans
Community Champion
Community Champion

You want to uncheck the "Load" box on all of those queries. "Load" means load into the data model. If your final combined query is loaded into the model, then any queries it depends on will process. They are just "Connection Only" queries. In almost every PBIX file I have, I have more queries that are connection only than I do that actually load. 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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