able
1 TopicSQL to DAX Help Needed - Left join with ADD few columns
Fact ID Name 1 A 2 B 3 C DIM ID Name 2 A 3 B Result Expected Fact ID 3 Modifying my post Hi Guys, Can you help me with a DAX query for the below SQL statement? SQL query select fact.ID from fact left join DIM on FACT.Id=DIM.ID and DIM.ID is null I am using a live connection hence I am not able to write a SQL query just like how we do in import mode V1.1KViews0likes3Comments