Forum Discussion
Mon_0Pun
4 months agoRegular Visitor
Visual
Is there a way in Power BI to apply filters to an entire page but prevent those filters from affecting a specific visual? For example, I have a report with multiple page-level filters and a slicer v...
- 4 months ago
Hi Mon_0Pun
The only way to do this is if the dimension used in the visual isn't anyway related to the filter dimension.
Please see thea attached sample pbix.
- 4 months ago
Hi Mon_0Pun,
You need to use the measure in your visual and not as slicer or visual filter. If you are using sematic model or a live connection you should still be able to create a table n top of it.
I've created a sample .pbix file showcasing the page level filter, Edit interaction and Visual level filter without creating a new table. hope this clarifies how you cn inplement the same.
cengizhanarslan
4 months agoSuper User
Move your logic from page filters → slicers, then use:
Format → Edit interactions
- Select the slicer
- Turn off interaction for the visual you want to ignore the filter
This gives you full control per visual.