Forum Discussion
Raul
8 years agoPost Patron
Total value for all rows
Hello, I have this matrix visualization with 2 measures: AREA Concepte FACT Cost Fact TempCOST TempFACT Area1 1.437,25 2.880,19 1.437,25 2.880,19 ...
Raul
8 years agoPost Patron
I've found the solution!!!
The formula for the measure is:
TempCOST = CALCULATE(SUM(Table1[Cost]);ALLSELECTED(Table1);VALUES(Table1[Area]))
Thank you Anonymous, Pavlous and Floriankx for your help.
Bye!!
Anonymous
4 years agoNot applicable
Hi Raul,
Can you help me, how to display same row number in total based on category. that's my current problem.