Forum Discussion
Joining Table using DAX
I want to return
MYTable1.COL_1, MYTable1.COL_2, MYTable2.COL_3, MYTable2.COL_4,
MYTable1.COL_1 = MYTable2.COL_3
AND
MYTable1.COL_2 = MYTable2.COL_4
AND
MYTable2.COL_3 = "P"
AND
MYTable1.COL_1 > 20
Thanks
- Anonymous7 years ago
I'd start here:
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-reference
You will want to use Append or Merge. Load your data and go to Power Query ( Home-->Edit Queries-->Edit Queries). That will take you to Power Query and then in there go to the Home tab-->Combine (far left) and mess aroudn with the Merge and Append buttons. Each will take you to a wizard which should help greatly. Give it a shot and come back with any questions.
4 Replies
- AnonymousNot applicable
You'd probably be better off using Power Query for this. Have you tried there?
- sabeenspHelper IV
AnonymousNo, How do I do that. New to all this.
- AnonymousNot applicable
I'd start here:
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-reference
You will want to use Append or Merge. Load your data and go to Power Query ( Home-->Edit Queries-->Edit Queries). That will take you to Power Query and then in there go to the Home tab-->Combine (far left) and mess aroudn with the Merge and Append buttons. Each will take you to a wizard which should help greatly. Give it a shot and come back with any questions.