Forum Discussion
Creating new column and connecting tables
- 6 years ago
Tashon04ka , Try if merge or append can help
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Or You can join in dax
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
- Anonymous6 years ago
Hi Tashon04ka ,
Check the following steps.
1# Add custom column for each table after loading them.
2# Merge tables from session1 then expand table and rename the columns. Then do the same step with tables from session 2.
3# Append merged tables.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Tashon04ka ,
Check the following steps.
1# Add custom column for each table after loading them.
2# Merge tables from session1 then expand table and rename the columns. Then do the same step with tables from session 2.
3# Append merged tables.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Tashon04ka6 years agoNew Member
Thank you so much Anonymous - it helped