Forum Discussion

powerbidev123's avatar
powerbidev123
Solution Sage
1 year ago
Solved

Create tooltip based measure

Hi Community,   I need to replicate the below image      my current visual looks like below       How can I create dynamic tooltip which says "you are at 30%"      Thanks in a...
  • powerbidev123's avatar
    1 year ago

    The measures that i used are in the 100% stacked bar visual are 

    ScorePerCandidate,
    TotalPerCandidate
     
    Dataset screenshot attached as well

     

  • powerbidev123's avatar
    powerbidev123
    1 year ago

    Hi Tahreem24 , thanks for your reply but the expectation / result is not what is coming. I need to place a marker at lets say 6 and above that a text box/tooltip which reads "you are at 6"

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi powerbidev123 ,

    Based on the description, create a new page as tooltip.

    Select Tooltip in canvas settings.

    Drag the card visual to the page and create a new measure.

    Measure = SUM('Table'[CandidateQbScore])

     

    Measure tooltip = "you are at " & [Measure]

     

    Then, select the stacked bar visual in the page 1. Go to the Tooltip and select page 2.

    The result is shown below.

     

    You can also view the following to learn more information.

    Create report tooltip pages in Power BI - Power BI | Microsoft Learn

     

    Best Regards,

    Wisdom Wu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.