Forum Discussion
Append Data Merge Data
- 9 years ago
Thank you for your response. I did an import of the tables and it appended very easily.
Regards,
Scott B. Meder
You can use the DAX method UNION to merge the 2 tables within PowerBI as long as the 2 tables have the same columns. Under the modeling tab select New Table, and enter the expression below.
New Table = union(ARYTRN , ARTRAN)
Hope this helps.
- dkay84_PowerBI9 years agoMicrosoft Employee
In the query editor you can append without worrying about table structure and the resulting table will have better compression.
- sbmeder9 years agoHelper I
Will this method work with direct query?
- v-qiuyu-msft9 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 - sbmeder9 years agoHelper I
Thank you for your response. I did an import of the tables and it appended very easily.
Regards,
Scott B. Meder