Forum Discussion
Erin
10 years agoHelper I
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
Bulgrien
9 years agoAdvocate 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.