Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi All,
I need to change font in my button tootip when I am going mouse hover it is looking bold text. To show text when I am going to mouse hover I wrote one Text measure I inserted that measure format - Actions - Tooltip - fx.
I need to change my font to verdana.
Solved! Go to Solution.
Hi @Balaraju ,
The measure is used for change the text content of the tooltip, not the font.
This is my measure.
Measure =
IF (
ISFILTERED ( 'Table'[Column1] ),
SELECTEDVALUE ( 'Table'[Column1] ),
"Non Selected"
)
The content dynamically changed.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
Hi @Balaraju ,
By my test, in the button tooltip, you can only conditional change the content of the tooltip by clicking the fx button and insert a measure, but the font of the text can't seem to be changed.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
Hi @v-yanjiang-msft Yes it is not changed by default it is coming bold but we need to convert the text in the word itself then we need to paste in measure.
Hi @Balaraju ,
The measure is used for change the text content of the tooltip, not the font.
This is my measure.
Measure =
IF (
ISFILTERED ( 'Table'[Column1] ),
SELECTEDVALUE ( 'Table'[Column1] ),
"Non Selected"
)
The content dynamically changed.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
69 | |
66 | |
51 | |
32 |
User | Count |
---|---|
114 | |
99 | |
75 | |
65 | |
40 |