Forum Discussion
Tooltip
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
5 Replies
- ErinHelper I
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
- schmikliHelper II
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.
- BulgrienAdvocate I
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.