Forum Discussion
Anonymous
2 years agoNot applicable
Total in Matrix
Hello my friends. I Try to add the same value from total in new column, in matrix. I´ve two rows: Region (EEUU, EUROPA), and Cities (CA.LA,MI,MA,PA,PO); two columns (Last Sales, Act Sales). in the...
- 2 years ago
HI Anonymous
You need to create two measures similar to this:
General Act = CALCULATE( SUM(Table[Act Sales]), REMOVEFILTERS(Table[Region], Table[Cities])) General Last = CALCULATE( SUM(Table[Last Sales]), REMOVEFILTERS(Table[Region], Table[Cities]))
MFelix
Super User
2 years agoHI Anonymous
You need to create two measures similar to this:
General Act = CALCULATE( SUM(Table[Act Sales]), REMOVEFILTERS(Table[Region], Table[Cities]))
General Last = CALCULATE( SUM(Table[Last Sales]), REMOVEFILTERS(Table[Region], Table[Cities]))