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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
BeckyH1324
Frequent Visitor

Append Queries: Stack Overflow Error

I have imported several SharePoint online lists into Power BI. I am trying to append these 7 lists into 1 to try to make sorting through things easier. When I try to append them, I keep getting the following message:

BeckyH1324_0-1653659283148.png

I've tried appending any range from all of them at once to only two

I've run the traces and cannot find any logs with "ValidationException" or "Microsoft.Mashup.Container.NetFX40" (all of mine are 45)

I've confirmed that the tables I'm appending have the same column labels

These are not big tables. I've also tried appending two tables that don't contain data and still get this error

 

Does anybody have any idea why I'm getting this error? Is this the best way to do what I'm trying to do?

 

Any help is appreciated!

4 REPLIES 4
BeckyH1324
Frequent Visitor

Hi Arul! Thank you for the reply. Unfortunately, I don't think those links are helpful. It could be in part because 1. I don't fully understand how to achieve their solution and 2. one is talking about Kusto (and I have no idea what that is). I'm not a super knowledgeable Power BI user. 

Anonymous
Not applicable

Hi @BeckyH1324 ,

 

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,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Can you please provide steps on how to do that?

Arul
Super User
Super User

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors