Forum Discussion
Join tables
- 5 years ago
Hi, Anonymous
According to your picture, I think you want to merge table1 and table2 and repeat value 3, you can achieve this in Power query editor, you can try my steps:
- Go to Power query editor, select table1, click merge query as new:
- Set the merge query like this:
- Expand the table, then change the column name and table name
And you can get what you want, like this:
You can download my test pbix file here
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous ,You can use Merge in power https://radacad.com/append-vs-merge-in-power-bi-and-power-query
if they are already connected , you can use summarize
summarize(Table2, Table2[project name], Table2[value1], Table2[value2], Table1[value3])
or refer this blog how to use various dax join
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/