Forum Discussion
Anonymous
4 years agoNot applicable
Sum by two groups
Hi experts, Would you please help me sum the total by both type and class End result should be HS--> 1000 TM --> 1520 Class Type Total A HS 500 A HS 500 Z H...
- 4 years ago
Anonymous So tweak your measure like below:
Measure = CALCULATE(SUM('Table'[Total]),ALLEXCEPT('Table','Table'[Class]))
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thank you very much for your kind cooperation!
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.