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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
abhi87
Helper I
Helper I

Can I have both default tooltip and a custom tooltip show up for a visual?

Hi,

 

So, I made a dashboard with lots of visuals, and the default tooltip is different for each of the visuals (left screenshot). I want to keep these default tooltips that are unique to the visuals, but also want to add trend by year tooltip for the visuals that I made (right screenshot). 

 

I was wondering if there is way to have both of these tooltips show up for the visuals.

 

 

Screenshot 2021-08-26 124925.pngScreenshot 2021-08-26 124757.png

 

Thanks in advance

1 ACCEPTED SOLUTION

Sure. Change the measure to:

Cause or event = IF(ISFILTERED( table[cause]), SELECTEDVALUE (table[cause]), IF(ISFILTERED(table[event]), SELECTEDVALUE (table[event])))

 

and add similar logic for any other visual in the page





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

7 REPLIES 7
PaulDBrown
Community Champion
Community Champion

the only way I can think of is to include the  data from the regular tooltip in the report page tooltip and only use the latter





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






@PaulDBrown could you elaborate on what you mean by that please. I can add the number of crashes to report page tooltip like this, but I can't add the "Major Cause" part in this case, because that is specific to that visual.

Screenshot 2021-08-26 141556.png

does adding a measure to the report page tooltip with SELECTEDVALUE(table[cause]]) work?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Where do I add the measure to?

the report page tooltip in a card visual





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






So the measure works for the "Major Cause" visual, but says blank when I hover over other visuals. I have attached the screenshots below.

 

Can I add multple tables to the selected value measure? I tried adding other table to the measure with a comma but power bi doesn't like that.

 

Screenshot 2021-08-26 163330.pngScreenshot 2021-08-26 163359.png

Sure. Change the measure to:

Cause or event = IF(ISFILTERED( table[cause]), SELECTEDVALUE (table[cause]), IF(ISFILTERED(table[event]), SELECTEDVALUE (table[event])))

 

and add similar logic for any other visual in the page





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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