Forum Discussion
Matrix - Measure Row Total
- 9 years ago
Hi Sean,
I have found a way around to solve my issue. I am using quite a long formula but it works now.
I am using VAR and RETURN to compute the same calculation for each month and then I compute the sum of all the results.
Your formula was not solving my issue but probably because I framed the question not 100% clearly.
Thanks a lot anyways,
Rocco.
Absolute Difference =
IF (
ISFILTERED ( Sheet1[Date - Month] ),
ABS ( [Series B] - [Series A] ),
DISTINCTCOUNT ( Sheet1[Date - Month] )
)Hi Sean,
I have found a way around to solve my issue. I am using quite a long formula but it works now.
I am using VAR and RETURN to compute the same calculation for each month and then I compute the sum of all the results.
Your formula was not solving my issue but probably because I framed the question not 100% clearly.
Thanks a lot anyways,
Rocco.
- Anonymous6 years agoNot applicable
Hi Rocco,
I am sort of stuck with the same problem, do you mind sharing your solution to the problem ?
Regards,
Rushyendra C