Forum Discussion
sbmeder
9 years agoHelper I
Append Data Merge Data
When we archive data in our ERP system it moves the transaction data from the current data ARTRAN to an archive table ARYTRN. My DAX abilities are limited, but I would think I would need to merge? t...
- 9 years ago
Thank you for your response. I did an import of the tables and it appended very easily.
Regards,
Scott B. Meder
sbmeder
9 years agoHelper I
Will this method work with direct query?
v-qiuyu-msft
9 years agoCommunity Support
Hi sbmeder,
Based on my test, Append Queries and Append Queries as New are not supported in DirectQuery mode. Assume you connect to SQL Server database, in Get Data wizard, you can write the T-SQL to merge data.
Best Regards,
Qiuyun Yu