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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
superspandl
Frequent Visitor

Check if user has disabled tooltips

Is there a way to find out if the user has disabled tooltips in a custom visual?

 

I want to make the check to decide if an element in my visualization requires a special cursor or not.

Small detail, but visuals without filters and tooltips should not have pointer as cursors.

 

Thanks.

 

superspandl_0-1654021172983.png

 

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @superspandl,

In a custom visual you can only request that Power BI display a tooltip; not read the state of any properties from this menu. Tooltips (and other settings under the General properties of a visual) are applied to the developer host rather than the internal iframe and as such cannot be communicated with unless there is an API to do so.

There is an open issue for this idea here - I'd suggest adding any feedback to it to help boost its visibility with the team.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

2 REPLIES 2
dm-p
Super User
Super User

Hi @superspandl,

In a custom visual you can only request that Power BI display a tooltip; not read the state of any properties from this menu. Tooltips (and other settings under the General properties of a visual) are applied to the developer host rather than the internal iframe and as such cannot be communicated with unless there is an API to do so.

There is an open issue for this idea here - I'd suggest adding any feedback to it to help boost its visibility with the team.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Thanks Daniel,

 

Very precise answer. I will stop searching and add a note to the suggested feature request.

 

ralph

 

P.S. Thanks for your custom visuals course . Helped a lot! 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors