Forum Discussion
Anonymous
7 years agoNot 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
This is all the merge table is doing.
let
Source = Table.Combine({#"AIM File Transfer", #"AIM Archive Request"})
in
SourceAnonymous,
You may try File > Options and settings > Options > Privacy or use UNION Function in DAX.
2 Replies
- v-chuncz-msftCommunity Support
Anonymous,
You may try File > Options and settings > Options > Privacy or use UNION Function in DAX.
- AnonymousNot applicable
The DAX Query worked.