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! Get ahead of the game and start preparing now! Learn more
I have two tables as shown below. As you can see the TagName column is identical. Can someone show me how to merge these to form a new table with all these columns combined? The length of the 2nd table is 3 times the length of the first one, as it calculates values for the four tags at three different times. I want to do this in query editor rather than with a calculated column using DAX so I can run a python script in the editor.
Solved! Go to Solution.
Hi @Anonymous ,
You can use MERGE QUERIES option in Power Query editor to achive this:
Then a new window appears, where you can select both of your tables and the common column you want this merge to happen: (in my case common column is Activity)
Once you hit OK a new table is created and then just expand the icon as in the screenshot below to get columns from second table:
Hi @Anonymous ,
You can use MERGE QUERIES option in Power Query editor to achive this:
Then a new window appears, where you can select both of your tables and the common column you want this merge to happen: (in my case common column is Activity)
Once you hit OK a new table is created and then just expand the icon as in the screenshot below to get columns from second table:
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 36 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 74 | |
| 66 | |
| 65 |