Forum Discussion
Baerbel
2 years agoHelper I
USERRELATIONSHIP gives wrong results
Dear all, I'm struggling again with my Dax Code (I'm a beginner). 😖 I've the following tables: tblValue with the fields PR_ID, Value, tblProject with the fields PR_ID, DC_ID, MC_ID (to be ...
- 2 years ago
Dear all,
thanks to everybody who tried to think about the challenge - I now solved it by simply not repeating
CALCULATE (SUM ( tblValue[Value] ))in the second (userrelationship) measure, but refering here to the first measure
CALCULATE ([Measure1],USERRELATIONSHIP(tblProject[MC_ID], tblCustomer[MC_ID]))Now it works - even if I still don't exactely understand whyAll the bestBärbel
Anonymous
2 years agoNot applicable
Hi Baerbel ,
I am not able to reproduce this question, is it possible to provide relevant data about the data model so that I can answer it for you as soon as possible.
Best Regards,
Adamk Kong