Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi friends!
Basically is that, i want to merge or append tables that has the same columns (same quantity and same name) using DAX. I know how to do it in Power Query but I read on a post that DAX shows better performance when is about refreshing time than Power Query.
Does anyone knows how to do a calculated table with DAX to merge multiple tables?
Solved! Go to Solution.
Hi @AlexisKMX ,
Please try below dax function:
UNION: same as the append feature in Power Query
NATURALINNERJOIN/NATURALLEFTOUTERJOIN: same as the merge feature in Power Query
For more details, you can read related document:
UNION function (DAX) - DAX | Microsoft Learn, UNION – DAX Guide
NATURALINNERJOIN function (DAX) - DAX | Microsoft Learn , NATURALLEFTOUTERJOIN function (DAX) - DAX | Microsoft Learn
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AlexisKMX ,
Please try below dax function:
UNION: same as the append feature in Power Query
NATURALINNERJOIN/NATURALLEFTOUTERJOIN: same as the merge feature in Power Query
For more details, you can read related document:
UNION function (DAX) - DAX | Microsoft Learn, UNION – DAX Guide
NATURALINNERJOIN function (DAX) - DAX | Microsoft Learn , NATURALLEFTOUTERJOIN function (DAX) - DAX | Microsoft Learn
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |