Forum Discussion
extract data from two tables - DAX Formula
- 9 years ago
Hi there,
You can do this in DAX, but it might be better to do this in the Query Editor.
If you have a common column then have a look at the Merge/Append functions inside the Query Editor. Using these, you can create a 3rd table that is the combinations of the first two.
There might be some useful tips for you in this blog
http://radacad.com/append-vs-merge-in-power-bi-and-power-query
Hi there,
You can do this in DAX, but it might be better to do this in the Query Editor.
If you have a common column then have a look at the Merge/Append functions inside the Query Editor. Using these, you can create a 3rd table that is the combinations of the first two.
There might be some useful tips for you in this blog
http://radacad.com/append-vs-merge-in-power-bi-and-power-query