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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 advance
Solved! Go to Solution.
The measures that i used are in the 100% stacked bar visual are
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"
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.
@powerbidev123 You can create a Measure like below:
Measure Tooltip = "Your are at " & [Candidate Performance]
Then use this in Tooltip field like below:
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"
The measures that i used are in the 100% stacked bar visual are
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 65 | |
| 41 | |
| 40 | |
| 39 | |
| 39 |