Forum Discussion
Button Title On Hover Text Change Possible?
The goal is to have a blank button's title change from it's default state to a different title on hover. I am aware that the button text can change on hover. The standard controls does not have an option where the title can change on hover like the button text. I tried layering 2 blank button's on top of each other but during testing, the average user would not be able to put their cursor on the exact spot that would trigger both blank button's to change on hover.
Anyone have a cool solution? or is this even possible?
Your support is greatly appreciated.
- Anonymous4 years ago
No real solution to hover text change for button title.
3 Replies
- AllisonKennedyCommunity Champion
Option A:
Depending what you want the title to be, you could try tricking the button text to get it to format on multiple lines.
Option B:
Create your own icons with the text and title you want for each state, then add the image as the 'fill' property for hover, default, etc.
- AnonymousNot applicable
Hi Anonymous,
AFAIK, current power bi expression title feature is based on the filter effect, it is not able to interact with mouseover events. (report tooltip can be responded with hover cateory as filter but you can't use this effect out of report tooltip pages)
Expression-based titles in Power BI Desktop - Power BI | Microsoft Docs
I'd like to suggest you write an expression based on selection and use it on the visual title to achieve dynamic title effects.
Regards,
Xiaoxin Sheng - AnonymousNot applicable
No real solution to hover text change for button title.