Forum Discussion

Eric_Ritter's avatar
Eric_Ritter
Regular Visitor
2 years ago
Solved

Using a hover tooltip with a shape

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 se...
  • Daniel29195's avatar
    2 years ago

    Eric_Ritter 

     

    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 .