Forum Discussion
Raul
Post Patron
8 years agoTotal 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
Advocate II
8 years agoHi,
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
Post Patron
8 years agoHi,
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.