Forum Discussion
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 selects a value from the slicer then the visual will be 100% transparent.
Is this possible on POWER BI?
- 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.
9 Replies
- DekuSuper User
You could put a shape in front of the visual and conditionally colour it semi transparent colour, then conditionally make it see through. The issue is you will not be able to select the visual behind which will degrade the user experience
- DekuSuper User
If it was a bar chart you could get your measure to return blanks or set a very low opacity colour, but what you requested is not possible. If this is some you want to see add a idea of upvote a similar idea on the fabric ideas forum
- AnonymousNot applicable
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.
- AnonymousNot 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.
- AnonymousNot 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. - AnonymousNot applicable
Hi bobbob123 ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.