This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. 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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.