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
dkay84_PowerBI
9 years agoMicrosoft Employee
To create one master table, you perform an append. When you want to blend data from different tables, such as a SQL join or a Lookup (or IndexMatch) from excel, you perform a merge.