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
I have 2 tables as below.
I want to Union these 2 tables into 1 single table in Power Query.
I know that Table.Combine would do this but I believe the column name needs to be same.
I don't want to do this within the DAX Union but within the Powe Query Editor.
Is there anyway I can achieve this? Please help me.
Thank you in advance.
Solved! Go to Solution.
to know how to do this watch my video
to know how to do this watch my video
Thank you for advice.
When I do the append query it is show as below.
I think this happens because the field name is not exactly the same.
I would like to combine the table when the column name is different like above.
It could be workaround when I change the field name but it is tedious when the data is big.
Is there way I can achieve this within Power Query?
@PeraZo Column name needs to be the same - change Year_2023 and Year_2022 simply to "Date" for example.
@PeraZo , You can this by using Append query which is available in top right of the Power Query menu, select any of the Append Query or Append Query as New if you want to create new table,
Proud to be a Super User! |
|
@PeraZo Use table append. If you select Append as a new table, a new table is created of the two appended tables. If you select Append tables, the second table is appended to the first one.
Accept as solution and Kudos appreciated.
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 |