Forum Discussion

diogovaz's avatar
diogovaz
Frequent Visitor
8 years ago

SQL to DAX inner join in Direct Query

Hi everyone,   I'm trying to create a measure that give me the SUM of value of a table A. And the query that I have in SQL is: SELECT SUM (VALUE) FROM A INNER JOIN B on A.ID = B.T_ID INNER JO...