Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All, Is there any place I can edit the content of tooltip? e.g., removing some data, or change the descriptive languange.
Thanks,
Erin
You can create a measure to return a data or string value, for example:
<Measure Name> = FIRSTNONBLANK(<TableName>[<ColumnName>],TRUE)
(to use FIRSTNONBLANK in DirectQuery mode, you'll need to enable the PowerBI global option to "Allow unrestricted measures
in DirectQuery mode")
Once you've created a measure, you can format the display of that measure under the modelling tab, then add the new measure to your tooltip.
@Erin The simple answer in most cases is NO.
But what visualization are you using and what do you want to change in it?
Look at this Idea I created for the Maps (you are probably talking about about something like this...)
Hi Sean,
I mean generally the tooltip on all kind of visualization chart in Power BI. I hope there's place for the developers to edit the contents, like Tableau does.
Thanks,
Erin
Indeed. I can now get a percentage but it is fixed at two decimals ... Cannot change it. I looked all over the tool by nowhere to be found.
With the latest update of Power BI, they announced that tooltip customization is now available. But that only means that it's now possible to add more fields to your tooltips. You can't discard fields or change the description. I'd suggest you to go vote on one of the ideas that describe this (https://ideas.powerbi.com/forums/265200-power-bi?query=tooltip%20customization).