Skip to main content

Power BI

Completed

Tooltip customization on reports

Vote (805) Share
Sarath S's profile image

Sarath S on 16 Apr 2015 00:21:17

Power BI, by default showing the selected fields in the report tooltip. There should be a option to discard/add fields from the tooltip. e.g It shows Index column in Map visualization, which can be discarded.

Administrator on 14 Dec 2018 05:00:30

I'm sorry for the delay in updating this idea, but we have in fact made custom report page tooltips generally available as of the September release of Power BI Desktop. You can read the details in this blog post: https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-september-2018-feature-summary/#tooltips Be sure to vote on other tooltip suggestions on UserVoice if you have any other specific requests.

Comments (128)
Sarath S's profile image Profile Picture

Power BI Ideas Admin on 05 Jul 2020 22:47:30

RE: Tooltip customization on reports

We have more of a need like if they have a question number, and question text and a bar graph shows 3 question numbers, we hover over to the question text per question in the graph. Right now, we have to choose First, last, Distinct count etc in the tooltips. We just want to show the question text. It does for "First" but other questions are in the graph and makes the graph show the text for the first value only.

Sarath S's profile image Profile Picture

Power BI User on 05 Jul 2020 22:46:29

RE: Tooltip customization on reports

Tooltips are very powerful part of any visualization. They are underdeveloped currently in PBI. I would like to see them fully customizable and able to take expressions and fields similar to other products on the market. The same should be also valid for titles. I hope we can see this soon in the product.

Sarath S's profile image Profile Picture

jsp.almeida1983 on 05 Jul 2020 22:46:29

RE: Tooltip customization on reports

I want to vote for the simple possibility to not show (trust on me... This is necessary for many areas) any tooltip, even for the main column value you put in charts.

At this moment I am discussing with my Global CIO of a Digital Publicity Agency here in Brazil why the reason I simplu cannot remove all tooltips from charts, because our excecutive board does not want to share such information with others. For example they want to not show tooltips when clients hover mouse over bars. This is not possible now and due to this lack of option I can loose all budget investment from our global company to start using Power BI Desktop.

Sarath S's profile image Profile Picture

Power BI User on 05 Jul 2020 22:46:26

RE: Tooltip customization on reports

How to add a tooltip to an existing column of table visual?

Sarath S's profile image Profile Picture

Power BI Ideas Admin on 05 Jul 2020 22:46:03

RE: Tooltip customization on reports

'In many cases, the current tooltip functionality is pretty helpful, and I leverage it often. However I am finding more and more cases where I want to have complete control over the tooltip, and leverage it in narrative form (writing a plain English summary).

Ex: "Total sales in California during 2014 was $2,530.12"

It would be very helpful to have a simple UI to do this. Currently, I can create a DAX measure to create a narrative summary for a single chart.

State Sales tooltip = IF(HASONEVALUE('Sales Scorecard'[State]),"Total sales in "&DISTINCT('Sales Scorecard'[State])&" during "&DISTINCT('Date'[Fiscal Year])&" was "&FORMAT([Sales],"$#,###"))

There are a few issues with this approach:
- my tooltip still has the measure name in it, which doesn't really make sense in this use case
- every tooltip requires a new measure, which creates a cluttered data model
- if I don't have access the to data model (live connect to analysis services), I can't create a custom tooltip

I would love the ability to switch between functionality. The default option is dropping fields into the field well, but toggling on a "Custom" option gives me a tooltip editor that lets me combine free text, measures, and fields into a summary.

Sarath S's profile image Profile Picture

Rob H on 05 Jul 2020 22:45:16

RE: Tooltip customization on reports

It would be nice to have consistency across visuals on how tooltips are specified. Some form up tooltips without a choice, some need you to specify values.

Sarath S's profile image Profile Picture

Ian Bennett on 05 Jul 2020 22:42:09

RE: Tooltip customization on reports

I understand the need to restrict the tooltip size but maybe it could be a little bigger and perhaps some thought could go into ways to minimise the info inside. For example if I hover over a point that is nowhere near any other do I really need to see the info for all categories? Also some control over what gets shown would help.

Sarath S's profile image Profile Picture

POINTEAU Michael on 05 Jul 2020 22:40:03

RE: Tooltip customization on reports

We are about to loose one sale to our R&D Departement due to the bug, sorry I call it a bug not a limitation gentlemen. NOthing says, warn about a size limit on the tooltip nor the tooltip render anything that states it is uncomplete:
http://community.powerbi.com/t5/Issues/Bug-in-Tooltips/idc-p/124797#M2978

Sarath S's profile image Profile Picture

Jon Poole on 05 Jul 2020 22:38:29

RE: Tooltip customization on reports

Yes please!

This has rendered an otherwise really simple viz really confusing for users & has resulted in complaints.

Sarath S's profile image Profile Picture

David Cresp on 05 Jul 2020 22:37:45

RE: Tooltip customization on reports

The update is certainly a good start. One of the things that is needed is the ability to remove measures from showing in the tooltips. For example there is no reason at all that latitude and longitude should show in the tooltips.