Forum Discussion
Anonymous
4 years agoNot applicable
Remove Some subtotals from Matrix
Hi I would like to remove some subtotals from a matrix table, like this: I tried with this formula, but something is missing from it: MTD = IF( ISINSCOPE(CanalGrup[Canal 2...
tamerj1
Community Champion
4 years agoHi Anonymous
Please try
IF (
ISBLANK ( SELECTEDVALUE ( CanalGrup[Canal 2] ) ) && HASEONEVALUE ( CanalGrup[Canal 2] ),
BLANK ( ),
"The rest of the calculation...
)