Forum Discussion
ignoring total value
- 3 years ago
In that case use ISINSCOPE()
Something on the lines of:
Measure =
IF(ISINSCOPE('Column name used on the rows of the Matrix'),
[total tickets],CALCULATE([total tickets],ALL(Query1[WT_MNS]))
)This should keep the filters on only the total while filtering the values in the matix.
Hope this helps.
Thank you,
Vishesh Jain
no its not the same my filter is another column
In that case you will need to use that column.
It would be really helpful if you could please upload a sample file with the desired result, as it will help us understand the problem better.
Thank you,
Vishesh Jain
- 1604753 years agoHelper I
i got you and changed the measure to this
Measure = CALCULATE([total tickets],ALL(Query1[WT_MNS]))but it locked the whole column i just want to lock the total- visheshjain3 years agoImpactful Individual
In that case use ISINSCOPE()
Something on the lines of:
Measure =
IF(ISINSCOPE('Column name used on the rows of the Matrix'),
[total tickets],CALCULATE([total tickets],ALL(Query1[WT_MNS]))
)This should keep the filters on only the total while filtering the values in the matix.
Hope this helps.
Thank you,
Vishesh Jain