Forum Discussion
Create tooltip based measure
- 1 year ago
The measures that i used are in the 100% stacked bar visual are
ScorePerCandidate,TotalPerCandidateDataset screenshot attached as well - 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"
- Anonymous1 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.
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.