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
Anonymous
Not applicable

Append query never loads

I have two tables that are loading from sharepoint list.  They both load instanteounsly.   However when I append the two tables in a single table and I apply the changes the "Apply Query Changes" never returns.  Also when I'm in Advanced query editor the new table previews immediately.   It less than 400 rows of data so

 

append.JPGappend2.JPG

 

 

This is all the merge table is doing.

let
    Source = Table.Combine({#"AIM File Transfer", #"AIM Archive Request"})
in
    Source
1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may try File > Options and settings > Options > Privacy or use UNION Function in DAX.

Community Support Team _ Sam Zha
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-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may try File > Options and settings > Options > Privacy or use UNION Function in DAX.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

The DAX Query worked.

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.