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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sah259
Frequent Visitor

Responsive Tooltip

I have a bar showing the average of five different variables.

I then wrote measures to show the percentile associated with those specific averages, written as follows:

 

Num 1 Percentiles Measure = IF([Num 1 AVERAGE Measure]<=1, 1, IF([Num 1 AVERAGE Measure]<=1.5, 2,IF([Num 1 AVERAGE Measure]<=3, 4.5, IF([Num 1 AVERAGE Measure]>3, 6, "Unknown"))))

 

I want the percentiles to show up in the tooltip...but only for the variable that they are associated with.

 

So when I hover over "Num 1", I want "Num 1 Percentile Measure" to appear in the tooltip. 

When I hover over "Num 2", I want "Num 2 Percentile Measure" to appear in the tooltip.

 

Is this possible?

As of now, I get all of them (just showing two as an example) for every single bar that I hover over.

Percentile Example.PNG

 

So for the above picture, because I am hovering over Average of Num 1, I dont want "Num 2 Percentile Measure" to show up.

But I dragged that measure into my tooltip, because when I hover over Average of Num 2, I do want it to appear.

 

Any help would be appreciated!

Thanks (: 

1 ACCEPTED SOLUTION
edhans
Super User
Super User

You probably want to use a Report Tooltip for this. You don't have a lot of control over the basic tooltips. See this article.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

2 REPLIES 2
edhans
Super User
Super User

You probably want to use a Report Tooltip for this. You don't have a lot of control over the basic tooltips. See this article.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
sah259
Frequent Visitor

You are right, that worked perfectly! Thanks!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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