Forum Discussion

Trodo737's avatar
Trodo737
Frequent Visitor
2 years ago

Left join with three tables

I have three tables, T1, T2 and T3. T2 has relation with T1 and T3 but T1 and T3 don't have any relation. How can I convert the following SQL to DAX:   SELECT t2.col1 ,FORMAT(SUM(CAST...