Forum Discussion

noah_pbix's avatar
noah_pbix
New Member
11 months ago
Solved

Slicers Issue in Power BI

Hi everyone,   I'm facing a strange problem with the slicers in power bi service but it works well in desktop.   The issue is the follwoing: When I select one value in a slicer (Desk_n -> se...
  • Anonymous's avatar
    Anonymous
    10 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