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
Power BI Service sometimes shows “All” in a slicer card even when one item is selected because the visual doesn’t properly reflect the filter context. To fix this, create a measure using SELECTEDVALUE() to show the selected item explicitly, and use that measure in the card instead of the default field. This makes the displayed value match the actual slicer selection.
hi Shahid12523 ,
Thank you very much for your reply and help. Not sure to fully understand. Are you indicating that the issue in the Slicer cannot be solved but one option to display with evidence the selection from the slicer is to create a separeted card that includes a measure built with SELECTEDVALUE() ? (Because a measure cannot be used in a slicer?)
Thank you very much for your help