Forum Discussion
Slicer: Select ALL logic
- 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.
Page level filter is not an option for me because it will mess up all visuals' results.
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.