Forum Discussion
fazza1991
Helper II
3 years agosum by direct date and indirect date
Hi, I was wondering if there is a way to get sum of two measures where the date table relationships are inactive and active. For example: x1 Date table x1 Salesforce Table There Salesforce...
- Anonymous3 years ago
Hi fazza1991 ,
I think [Open Revenue] should be correct, you should remove (Date[Date]) in [Won Revenue] measure.
Won Revenue = CALCULATE(SUM(ABC))My Sample:
Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 3 years ago
sorry i didnt get a notification on this response but worked thank you
Anonymous
3 years agoNot applicable
Hi fazza1991 ,
I think [Open Revenue] should be correct, you should remove (Date[Date]) in [Won Revenue] measure.
Won Revenue =
CALCULATE(SUM(ABC))
My Sample:
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.