11

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.

2
  • Are you talking about a particular visual? Some of them have tooltip fields that pop up on hover. Commented Mar 15, 2018 at 15:19
  • I'd like this for the scorecards. Commented Mar 15, 2018 at 15:20

4 Answers 4

20

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):

  1. Create a new page, name it Tooltip 1
  2. On the Tooltip 1 page, go to Format → Page Information and switch on the Tooltip toggle
  3. Go to Canvas settings and set the Type to Tooltip.
  4. Create a text box via Home → Text box, fill it with the text you want to show when one hovers over your visualization.
  5. Select your visualization
  6. Click on Format → Tooltip
  7. Set Type to Report page
  8. 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.
Sign up to request clarification or add additional context in comments.

Comments

2

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)

Tooltips for Tables

There is also a Dynamic Tooltip custom visual that you might be close enough to what you are looking for.

Comments

0

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

Comments

0

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.

New contributor
Bleep Bloop is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.