Forum Discussion

bobbob123's avatar
bobbob123
Helper III
1 year ago
Solved

Make Visual Opaque and Transparent

Hi   I have 1 slicer (drop down menu) and 1 visual (any visual can be used). I want my visual to be opaque (very blurry) when a user has not selected a value from the slicer. Once the user selec...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi bobbob123 ,

    Thanks for reaching out to the Microsoft Fabric Community.

     

    At this time, Power BI does not support dynamically changing visual opacity or applying blur effects based on slicer selection. As noted by Deku  (thanks for the helpful insights), a common workaround is overlaying a shape with conditional transparency. However, this may block interaction with the visual, including tooltips.

     

    For visuals like bar or scatter charts, you can conditionally return blanks using DAX (e.g., IF(ISFILTERED(...), [Measure], BLANK())) to hide content until a slicer is used.

     

    While this approach doesn't offer true opacity control, it can help guide user interaction. For more advanced UX, consider using a conditional text box as an instruction prompt.

     

    If this is a feature you’d like to see, we recommend submitting or voting on a suggestion via the Fabric Ideas - Microsoft Fabric Community

     

    If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.

     

    Thankyou.