March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all :
I have more than two column need to combine to a new table , but , I only found "how to merge " not how to combine .
Fo example , column-A has 3 rows data column-B has 3 rows data , and I want to merge to a new table with one column and 6 rows data in this !!!
How colud I do this !!
Solved! Go to Solution.
In Power Query, use the Append function. In DAX use UNION
Proud to be a Super User!
Paul on Linkedin.
After I try your method , it is worked ~~~~
Now I have result what I want .
Hi @Anonymous ,
Check the union function.
https://docs.microsoft.com/en-us/dax/union-function-dax
new table = Union(Table1,Table2)
Best Regards,
Jay
In Power Query, use the Append function. In DAX use UNION
Proud to be a Super User!
Paul on Linkedin.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |