Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Balaraju
Helper III
Helper III

Need to change font in Button Tootip

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.

 

Balaraju_0-1646652082145.png

 

I need to change my font to verdana.

 

1 ACCEPTED 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.

vkalyjmsft_0-1646900197778.png

vkalyjmsft_1-1646900211309.png

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.

View solution in original post

4 REPLIES 4
v-yanjiang-msft
Community Support
Community Support

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.

vkalyjmsft_0-1646896053329.png

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.

vkalyjmsft_0-1646900197778.png

vkalyjmsft_1-1646900211309.png

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.

amitchandak
Super User
Super User

@Balaraju , In format tooltip, you should have the options for bold, italic etc

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.