Forum Discussion
thedocs
3 years agoHelper I
Add Total to Matrix
Hi all, I have below page and cant get the 2 totals added on the Matrix as shown below. You can see also where they have been added highlighted in Yellow on the Row. I have spent hours playing with ...
lbendlin
3 years agoSuper User
Examine yourt measures. Things like SELECTEDVALUE have no meaning in the totals row and will result in BLANK(). Rewrite the measures using SUMMARIZE/SUMMARIZECOLUMNS and SUMX.