Forum Discussion
savulesc
Helper I
4 years agoSlicer: Select ALL logic
I have a table with one column: A B C ... Z I'm using this table to create a slicer. In this slicer I want to keep only specific values: B, C, E, F, L, M, N and also to have the Select Al...
- 4 years ago
Hi savulesc ,
Another approach is to use this measure as a visual-level filter in all visuals that need to be filtered.
Measure = COUNTROWS ( FILTER ( VALUES ( Query1[Column1] ), Query1[Column1] IN { "B", "C", "E", "F", "L", "M", "N" } ) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
VahidDM
Super User
4 years agoHi savulesc
If you just want those specific values, you can select that slicer then add that column to the filter pane and set filter to shows just specific values.
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!