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 ...
Pavlous
8 years agoAdvocate II
Hi,
it would be heplfull if you show us what is your result at that moment. So we can think what you are doing wrong :)
Raul
8 years agoPost Patron
Hi,
This is the result:
And this are the measures:
TempCOST = CALCULATE(SUM(Table1[Cost]);ALL(Table1[Concepte FAC]))
TempFACT = CALCULATE(SUM(Table1[Fact]);ALL(Table1[Concepte FAC]))
Regards.