Forum Discussion
Totals in Matrix
- 2 years ago
Hi TomSinAA.,
Take a look at this video: https://www.youtube.com/watch?v=yw0QHu9V4UQ
I think it could help you to fix your totals. - Anonymous2 years ago
Hi TomSinAA ,
_AAndrade Thanks for your concern about this case!
And TomSinAA , it seems that the Expected Learners is a measure, right?
If it is, this is my sample DAX:Expected Learners = MAX('Table'[Expected])
And please try to add this DAX:Measure = SUMX(VALUES('Table'[Region]), [Expected Learners])The final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi TomSinAA ,
_AAndrade Thanks for your concern about this case!
And TomSinAA , it seems that the Expected Learners is a measure, right?
If it is, this is my sample DAX:
Expected Learners = MAX('Table'[Expected])
And please try to add this DAX:
Measure = SUMX(VALUES('Table'[Region]), [Expected Learners])
The final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.