Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
58 | |
35 | |
34 |
User | Count |
---|---|
99 | |
59 | |
56 | |
46 | |
40 |