The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
86 | |
84 | |
34 | |
34 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
51 |