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
Good morning!
I've reduced tha data model to a unic table from previus Excel file and the result it's the same:
https://drive.google.com/open?id=1Q-o3SESmluP1y-piJQgUNQC_eGnRx7pI
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!!
- Anonymous4 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.