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.
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.
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).
In summary the steps are as follows (assuming you already have a visualization):
Tooltip 1Tooltip 1 page, go to Format → Page Information and switch on the Tooltip toggleTooltip.Report pageTooltip 1Now when you hover over the visualization, the text box from step 4 will be shown.
Tooltip 1 as hidden, such that it does not show up as a tab on your report.Custom with suitable width and height values.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.
I know this post is very old but the best approach I have found currently (in 2025) is to use the button functionality to insert an (i) or (?) circle. I write the help text into a measure and then turn on the tooltip feature for the button under Action > Tooltip > fx = measure. Then when the user hovers over the (i) circle, they see the help text.