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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SRHerath
Advocate II
Advocate II

Combining tables

Dear All,

 

I have three tables as below. 

 

1st table

SRHerath_0-1698982977821.jpeg

 

,   

2nd table

SRHerath_1-1698982990789.jpeg

 

,

3rd table

SRHerath_2-1698983001939.jpeg

 

Is there a way to get these three tables to a one table as below. 

SRHerath_3-1698983016511.jpeg

Thank You.
SRHerath.

1 ACCEPTED SOLUTION
vicky_
Super User
Super User

Hey! Yes there are a few ways, especially if you have access to the raw data.
The easiest way is to use PowerQuery's in-built append queries function to simply merge all your tables. 

vicky__0-1698983788736.png

Otherwise, if you need to create a table with DAX, then you can either create a new table and use the DAX CombinedTable = UNION(Table1, Table2, Table3), 

View solution in original post

3 REPLIES 3
vicky_
Super User
Super User

Hey! Yes there are a few ways, especially if you have access to the raw data.
The easiest way is to use PowerQuery's in-built append queries function to simply merge all your tables. 

vicky__0-1698983788736.png

Otherwise, if you need to create a table with DAX, then you can either create a new table and use the DAX CombinedTable = UNION(Table1, Table2, Table3), 

Thank You @vicky_ . 

No worries, glad to help!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.