The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
108 | |
78 | |
77 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
64 | |
64 | |
53 |