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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

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
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.