Forum Discussion
Can I remove the "Values" fields from ToolTips
I want to add calculated columns to my tooltips but i also want to remove the values that
are displayed on the Line Chart. I also turned off the Data labels so the user doesn't see the true values.
John
6 Replies
- v-haibl-msft
Microsoft Employee
- AnonymousNot applicable
Your Idea page page not found error
- AnonymousNot applicable
You cannot exclude individual fields from the standard tooltip, as mentioned by Herbert earlier, but I have done a work around which works well. I have a map and wanted to exclude the ugly latitude and longitude numbers from the tooltip.
- Create another page (hidden) and set it as a tooltip (Format Options > Page Information) and make it small to only include the field(s) you want
- Back in your visual where you want the tooltip, go to Format Options, Tooltip and make the type 'Report page'. Select this new hidden page from step one and bingo, no ugly/unwanted fields in your tooltip
- Habib
Continued Contributor
You can add additional values on tooltip suing below section in line chart but unfortunately you can not remove value field from tooltip
- Zyg_D
Continued Contributor
You can turn off tooltips since 2018 July:
- AnonymousNot applicable
Turning off the Tooltip feature as mentioned above doesn't truly remove them. (it just turns off the flexibility to show other values within that tooltip and format them).
ie - If you mouseover the bar graph, you'll still see the value appear for that selection.
Workaround: However, you can "trick" the tooltip into not appearing! Within the Tooltip menu, turn it On, then scroll to Transperency --> make that 100%. Now your tooltips won't display as you mouseover them.
This was particularly helpful for my scenario, in which I was needing to color code values (using conditional formatting) and also prevent the actual value from being displayed.