Forum Discussion
How to select columns and Union 2 tables in Power Query
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.
to know how to do this watch my video
5 Replies
- Ahmedx
Super User
to know how to do this watch my video
- bhanu_gautam
Super User
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,
- PeraZo
Helper I
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?