Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have a shape that has conditional formatting for the fill colour based off a status (Red, yellow, green). This works as expected. I'd like to be able to allow users to hover over the shape and see a tooltip pop up that explains why the status is what it is. I have ToolTip that displays this info as expected. However, I cannot figure out how to enable the ToolTip to be displayed when I hover. Do I need to make this a visual instead of a shape?
Solved! Go to Solution.
first, you need to to set the page as : allow as tooltip. as on
next ,
you go to the visual you want and add the tooltip to :
now for shape, i dont think you can add a tooltip for it .
but what you can do , is add a tooltip like this for shapes :
you can use some dax code for the tooltip to be dynamic .
let me know if that works for you .
If this answers your question , mark it as the solution ✅ so can you can help other people in the community find it easily .
I apprieciate your solution, unfortunatly this doesn't work for what I'm wanting - I'd like the tooltip on a shape to be a standard tooltip where it shows visuals etc
A workaround I've found is to use a card visual with a random value, in the callout section only use label then rename the value in the build visual section
Hope that makes sense 🙂
first, you need to to set the page as : allow as tooltip. as on
next ,
you go to the visual you want and add the tooltip to :
now for shape, i dont think you can add a tooltip for it .
but what you can do , is add a tooltip like this for shapes :
you can use some dax code for the tooltip to be dynamic .
let me know if that works for you .
If this answers your question , mark it as the solution ✅ so can you can help other people in the community find it easily .
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 19 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 55 | |
| 41 | |
| 40 | |
| 30 |