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
Anonymous
Not applicable

Tooltips custom visuals

hi every one , i need to add tooltips functionality to my Custom table but the 

powerbi.extensibility.utils.tooltip

 It's not available in the new power bi tools API , any one have ideas ?support.PNG

 

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi - have you installed powerbi-visuals-utils-tooltiputils via npm?

It looks like you're using the latest version of powerbi-visuals-tools, and it seems that the usage doc on that repo hasn't been updated yet. The following should work instead after you've installed it:

import * as tooltip from 'powerbi-visuals-utils-tooltiputils';

Hopefully this gets you moving.

Good luck!

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 - have you installed powerbi-visuals-utils-tooltiputils via npm?

It looks like you're using the latest version of powerbi-visuals-tools, and it seems that the usage doc on that repo hasn't been updated yet. The following should work instead after you've installed it:

import * as tooltip from 'powerbi-visuals-utils-tooltiputils';

Hopefully this gets you moving.

Good luck!

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)




Anonymous
Not applicable

thanks for help

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
Top Kudoed Authors