Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I saw a new kind of tooltip in preview:
How can we use it with a custom chart ? What do we have to do in our tooltip code, like to enable the tooltip field in filters ?
The link for it here.
It said it not enable for custom chart but it was in March, is it the same now ? Do we have a release date for this feature ?
Thanks !
EDIT: It is possible to do it with API V1.12.0 but I didn't understand how we can switch from a default tooltip to a "canvas" tooltip ? In this link, I see what you have to do in capabilities.json but can't understand how the switch is done...
Solved! Go to Solution.
If you made the same changes listed here the switch will apear if you fill the Tooltip data field of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
If you made the same changes listed here the switch will apear if you fill the Tooltip data field of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
It works, thanks !
Note that you have to be in desktop to make the new tooltip work, so you have to package your Viz to test it 😉