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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors