March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
@Balaraju , In format tooltip, you should have the options for bold, italic etc
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |