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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
lawada
Helper III
Helper III

disable page tooltip if filter is not selected

i have a page tooltip that i want to display only when i select a filter , if filter is not selected i want the page tooltip not to appear when i hover over the visual data

 

thanks in advance

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @lawada ,

 

Unfortunately, there doesn't seem to be a way to hide the tooltip, even if the setting is transparent.

You can vote for this idea here.
https://ideas.powerbi.com/ideas/idea/?ideaid=2a2692b0-2f1d-eb11-8441-281878bd1a8f 

 

Best Regards

Community Support Team _ chenwu zhu

 

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

 

amitchandak
Super User
Super User

@lawada , for that That you have to tooltip background and font transparent, I doubt as of now conditional tooltip is supported

 

measure to be used in conditional formatting field value 

 

IF(ISFILTERED(Table[ID]) && hasonevalue(Table[ID]),"White" ,"#FFFFFF00")

 

IF(ISFILTERED(Table[ID]) && hasonevalue(Table[ID]),"Black" ,"#FFFFFF00")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors