Forum Discussion
damit23183
6 years agoMicrosoft Employee
Left Join without Merge in PowerBI
Hi, I am trying to achieve the result based on concept of SQL left join in PowerBI. Steps I took: 1) MERGE: Didn't work as it gave me duplicate error becuase of IDs based on which two ta...
Greg_Deckler
6 years agoCommunity Champion
Maybe the DAX join functions like NATURALINNERJOIN and NATURALLEFTOUTERJOIN?
- damit231836 years agoMicrosoft Employee
Hi,
Thanks for quick response.
Yes i did think of it but the result of this function is new table which i dont want to create.
I want to do everything in Primary table (left Table).
Thanks