Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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 ?
Solved! Go to Solution.
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
thanks for help
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.