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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jwhitf4770
Helper I
Helper I

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

@jwhitf4770,

 

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

@jwhitf4770,

 

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.

The DAX Query worked.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.