Forum Discussion
Make Visual Opaque and Transparent
- Anonymous1 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.
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.
- Anonymous1 year agoNot applicable
Hi bobbob123 ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.