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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

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