Forum Discussion
Marcel1989
3 years agoFrequent Visitor
User can manually filter individual entries
Hello dear Power BI Community, I have the following sample table: Category Value Show 1 23 true 1 12 false 2 42 false 3 22 true 2 12 true ... ... ... ...
Arul
Super User
3 years agoYou can add the Show column int he slicer and let the viewer to select whatever they want.
Thanks,
Arul
Marcel1989
3 years agoFrequent Visitor
Arul thanks for your answer.
If I put the show column in a slicer, the user can only choose between "true" and "false". However, "true" should always be displayed and the user can optionally add individual rows with "false".
- Arul3 years ago
Super User
Then if you want separate visual to only show false related values you can create table and apply visula level filter as false for that visual.
Thanks,
Arul