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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply

Dynamic Formatting - Tooltips for specific instances

I'm currently working on a report in Power BI, and there is a button on the report. I want to perform formatting on this button so that., when the column hierarchy[source] equals either "company1" or "company2", the tooltip reads "Follow this link", and otherwise the tooltip doesn't appear. Does anyone know how to do this?

1 ACCEPTED SOLUTION

Hi @RichardLinderma 
Something like this :

Ritaf1983_0-1752635831783.pngRitaf1983_1-1752635887415.png

This is based on your requirement that content should appear only when the relevant category is selected.
My UX-informed recommendation is to always display guiding content, and in empty states, show a message like:
'No additional information available for category X.'
This provides the user with a clear sense of where they are and avoids confusion like
'Maybe I didn’t click correctly"
The pbix with the example is attached.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

3 REPLIES 3
Ritaf1983
Super User
Super User

Hi @RichardLinderma 

Unfortunately, you'll need to consider a different approach for two main reasons:

  1. Tooltips in Power BI aren't clickable – you can't actually navigate anywhere by clicking a tooltip.

  2. Conditional tooltips don't exist – while you can dynamically change the content of a tooltip using a measure, you can't control whether it appears or not based on a condition.

So instead of relying on a tooltip to guide the user to a link, you might want to consider an alternative:

  • If this is in a table or matrix, consider displaying the link itself as a value when hierarchy[source] is "company1" or "company2".

  • If it's in a visual or card, you could place a nearby text box or card that dynamically shows "Follow this link" only when the condition is met.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Hi Rita, could I learn more about the second alternative you suggested?

Hi @RichardLinderma 
Something like this :

Ritaf1983_0-1752635831783.pngRitaf1983_1-1752635887415.png

This is based on your requirement that content should appear only when the relevant category is selected.
My UX-informed recommendation is to always display guiding content, and in empty states, show a message like:
'No additional information available for category X.'
This provides the user with a clear sense of where they are and avoids confusion like
'Maybe I didn’t click correctly"
The pbix with the example is attached.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

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.

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.