Forum Discussion
dweir002
7 years agoFrequent Visitor
Measure which excludes slicer selection?
Working on performance reporting for a team. We take the individual's output (units) for a month and compare it to the team's average units for the month. The tricky part is that the average used f...
- 7 years ago
You may refer to the post below.
AlB
7 years agoCommunity Champion
Hi dweir002
There's no function that does that directly, at least that I am aware of.
You could do something like:
EXCEPT(ALL(Table1[FieldInSlicer]), VALUES(Table1[FieldInSlicer]))
which gives you the list of items not selected in the slicer and then use that in your filtering operations (as filter argument in calculate for instance). In any case, believe there are several postings on the topic. Have you checked?