Forum Discussion
Remove totals in matrix table
- 10 years ago
According to me marix properties->General->Row Totals on/off should work
In power bi 2018
Matrix ==> Click on Format ==> subtotals ==> Row subtotals ON/OFF and/OR Column subtotals ON/OFF
Table ==> Format ==> Totals ==> ON/OFF
- Anonymous8 years agoNot applicable
You are correct that you can remove totals for tables. However you cannot remove a grand total for a matrix at this time.
- brycedwhite7 years agoFrequent Visitor
I'm really quite surprised that we're not able to turn off grand totals on the matrix visual considering people have been requsting this enhancement for many years. As a work-around I set the font and background color to white - not perfect, but it's OK for the time being.
- solvisig7 years ago
Advocate III
Another workaround:
If your columns in your matrix consists of measures, then you can dovalue = if(hasonefilter([highest level row column]);[valuecolumn]))
this should make the grand total row blank. and no need to change the colors.