'Hover Over Text in PowerBI
Wondering if there's a way to make a text bubble show up when the user hovers over a metric in a Power BI report.
I have tried using alt text, but that does not show up anywhere.
Solution 1:[1]
Currently, I don't think this is possible natively.
There are some ideas related to this that you can vote for:
Custom Alt Text (tooltip) On Hover Over Any Visual
Tooltip for Matrix visual (and others)
There is also a Dynamic Tooltip custom visual that you might be close enough to what you are looking for.
Solution 2:[2]
I had the same problem just now, and the documentation page Create tooltips based on report pages in Power BI Desktop describes how to do this. Probably this functionality was not around in March 2018 (when the accepted answer was posted).
Steps
In summary the steps are as follows (assuming you already have a visualization):
- Create a new page, name it
Tooltip 1
- On the
Tooltip 1
page, go to Format ? Page Information and switch on the Tooltip toggle - Go to Canvas settings and set the Type to
Tooltip
. - Create a text box via Home ? Text box, fill it with the text you want to show when one hovers over your visualization.
- Select your visualization
- Click on Format ? Tooltip
- Set Type to
Report page
- Set Page to
Tooltip 1
Now when you hover over the visualization, the text box from step 4 will be shown.
Additions
- You can mark the page
Tooltip 1
as hidden, such that it does not show up as a tab on your report. - You can also customize the tooltip size by setting the Page size of the tooltip page to
Custom
with suitable width and height values. - As described in the link, instead of text you can also create a whole visualization.
Solution 3:[3]
You can use a transparent shape as an overlay on the text you want the hover over test to appear on
Turn Action On
Type Page Navigation
Destination None
Tooltip - Add the test you want to display on the hover
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Alexis Olson |
Solution 2 | AnalyticSolutions |
Solution 3 | Scott Fennell |