Forum Discussion
Anonymous
3 years agoNot applicable
Matrix Sum of Rows
Hi, I am trying to get the totals of my matrix rows. I have a 'Client Name' underneath the top 'Opportunity Name' row within my matrix. If I expand the matrix I get all the correct values for eac...
- 3 years ago
Hi, turn on the row subtotals
olgad
3 years agoResident Rockstar
I am not sure, why cant it just be SUM(Project Size) and shall be selected value, but you can calculate as follows
Measure=if(ISINSCOPE(Project[Project ]), SqFT, Sum(Project[Project Size]))