Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
powerbidev123
Solution Sage
Solution Sage

Create tooltip based measure

Hi Community,

 

I need to replicate the below image 

 

powerbidev123_0-1733999555330.png

 

my current visual looks like below

 

powerbidev123_1-1733999580345.png

 

 

How can I create dynamic tooltip which says "you are at 30%" 

 

 

Thanks in advance

3 ACCEPTED SOLUTIONS
powerbidev123
Solution Sage
Solution Sage

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

ScorePerCandidate,
TotalPerCandidate
 
Dataset screenshot attached as well
powerbidev123_0-1733999902675.png

 

View solution in original post

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"

View solution in original post

Anonymous
Not applicable

Hi @powerbidev123 ,

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

vjiewumsft_0-1734069309674.png

Select Tooltip in canvas settings.

vjiewumsft_1-1734069317041.png

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

Measure = SUM('Table'[CandidateQbScore])

 

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

 

vjiewumsft_3-1734069363054.png

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

vjiewumsft_4-1734069372211.png

The result is shown below.

vjiewumsft_0-1735113289097.pngvjiewumsft_1-1735113300605.png

 

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.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @powerbidev123 ,

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

vjiewumsft_0-1734069309674.png

Select Tooltip in canvas settings.

vjiewumsft_1-1734069317041.png

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

Measure = SUM('Table'[CandidateQbScore])

 

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

 

vjiewumsft_3-1734069363054.png

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

vjiewumsft_4-1734069372211.png

The result is shown below.

vjiewumsft_0-1735113289097.pngvjiewumsft_1-1735113300605.png

 

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.

Tahreem24
Super User
Super User

@powerbidev123  You can create a  Measure like below:

 

Measure Tooltip = "Your are at " & [Candidate Performance]

 

Then use this in Tooltip field like below:

Tahreem24_0-1734003630923.png

 

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

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"

powerbidev123
Solution Sage
Solution Sage

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

ScorePerCandidate,
TotalPerCandidate
 
Dataset screenshot attached as well
powerbidev123_0-1733999902675.png

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.