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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
adi4
New Member

Appending queries from SharePoint list in PowerBI

Hi Everyone,

 

I'm trying to append 5 queries from a sharepoint list and I get the below error. Please note I have removed the columns I do not want before appending but I still get the below error. Can anyone please help with this? 

Expression.Error: Evaluation resulted in a stack overflow and cannot continue.

 

Thank you

 

1 ACCEPTED SOLUTION
v-yingjl
Community Support
Community Support

Hi @adi4 ,

Simliar issue has been submited previously(ICM: 219724212, 224968762)

 

You can try these workarounds from PG team provided:

- Workaround #1:

Call Table.AddIndexColumn on each source query before using Table.Combine. Or add a new step to each query using "Index Column" button under Add Column tab before combining tables.

 

- Workaound #2:

Call Table.Buffer on each of the tables being combined before calling Table.Combine.

 

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

View solution in original post

2 REPLIES 2
v-yingjl
Community Support
Community Support

Hi @adi4 ,

Simliar issue has been submited previously(ICM: 219724212, 224968762)

 

You can try these workarounds from PG team provided:

- Workaround #1:

Call Table.AddIndexColumn on each source query before using Table.Combine. Or add a new step to each query using "Index Column" button under Add Column tab before combining tables.

 

- Workaound #2:

Call Table.Buffer on each of the tables being combined before calling Table.Combine.

 

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

jennratten
Super User
Super User

Can you please reply with some screenshots of your queries that you are trying to append and paste the scripts from the advanced editor for each?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors