Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

how to combine two or three columns to one new table

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 !!

 

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

In Power Query, use the Append function. In DAX use UNION





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

3 REPLIES 3
Anonymous
Not applicable

After I try your method , it is worked ~~~~

 

Now I have result what I want .

v-jayw-msft
Community Support
Community Support

Hi @Anonymous ,

 

Check the union function.

https://docs.microsoft.com/en-us/dax/union-function-dax 

new table = Union(Table1,Table2)

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
PaulDBrown
Community Champion
Community Champion

In Power Query, use the Append function. In DAX use UNION





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.