Forum Discussion
diogovaz
8 years agoFrequent Visitor
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...
v-chuncz-msft
8 years agoCommunity Support
You may take a look at the following articles.
diogovaz
8 years agoFrequent Visitor
Thanks for you answer.
But this doesn't help me at all.
I just seacrh and I cannot find a way to do a DAX formula that gives me a simple sum.