Forum Discussion
Slicers Issue in Power BI
- Anonymous10 months ago
Hi noah_pbix ,
Thanks so much for sharing the details and screenshot that makes things a lot clearer. What you’re seeing isn’t due to your data model or slicer setup. It’s actually a known quirk in Power BI Service: sometimes the slicer header shows “All” even when a specific value is still selected. Don’t worry, your selection isn’t lost and the filters are still working behind the scenes. If you open the slicer dropdown, you’ll see “Desk A” is still checked.
This usually pops up when multiple slicers interact or if you switch slicers and it affects another. It can also happen when you leave and come back to the report page, as the visuals reload. An easy fix is to add a card visual with a DAX measure like SELECTEDVALUE('Desk'[Desk_n], "All") that way, users always see the right selection, even if the header says “All.”
Your setup’s totally fine; it’s just a display thing in the Service. The engineering team knows about it and is working on a fix. In the meantime, the card workaround should help users keep track of what’s actually selected.
Thank you,
Tejaswi
Community Support Team
Hey, we're having the same issue in our tenant. Multiple users have reported that slicers are showing "all" when a value is actually selected. They can only see the value is selected by clicking on the slicer dropdown. This is happening when users select a value, navigate away, then return to the page. It can also happen as described by changing another slicer