Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Community..!!
I want to merge two columns in such away that table2 data should come below to the table1 data
Table1
Table2
In New merged column ,I should get only 2 columns as a result.
Thanks in advance..!!
Solved! Go to Solution.
@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.
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Anonymous ,
You can create a new table like below:-
Table 3 = Union(table1,table2)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
@Anonymous please use Append Queries.
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.
@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
@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.
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |