Forum Discussion
Merge Two Tables
- 4 years ago
Anonymous , For achieving this in power query you have to first rename column name of your table 2 and make it same as table 1 then follow what David-Ganor has suggested. You will get 2 column only.
Hi Anonymous ,
You can create a new table like below:-
Table 3 = Union(table1,table2)
Thanks,
Samarth
Thanks Samarth_18
But can u please tell me , how can we do it in Power Query?
- David-Ganor4 years agoResolver II
Anonymous please use Append Queries.
- Anonymous4 years agoNot applicable
Hi David-Ganor
If I use append then its creating four columns , that I dont want.
Result should comes in 2 coulmns only.
U can read my first question carefully for better understanding.
- David-Ganor4 years agoResolver II
Anonymous you can change the column names to be the same,
for example:
Team name, Team initial.
If you'd like to distinguish between those tables afterwards (home vs away), please create an additional column for each - something like "source table" where the value should be constant "home" for table 1 , and "away" for table 2