Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Dear All,
I have three tables as below.
1st table
,
2nd table
,
3rd table
Is there a way to get these three tables to a one table as below.
Thank You.
SRHerath.
Solved! Go to Solution.
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.
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),
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.
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),
No worries, glad to help!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 39 | |
| 23 | |
| 21 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |