Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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.
@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")
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.