Forum Discussion
Creating a tooltip that is interactive but stays open until you close it
- 5 months ago
Native tooltips can't do that — they close the moment your mouse moves away, that's just how they work in Power BI.
The closest workaround is using bookmarks + a hidden panel. Basically, clicking a row shows a panel with the detail content, and an X button hides it again. Same idea as your tooltip but pinned to the page.
Only catch is it gets messy if you have lots of rows. Might be worth asking your customer if drill-through would actually work for them — it achieves the same goal and is way simpler to build.
Hi ldwf That isn’t feasible. You can technically interact with a tooltip page, but only for a split second. It stays visible only while hovering over a visual element, and the moment you move the cursor toward the tooltip, it disappears. A limited workaround to is to use bookmarks instead of using a page tooltip.