Forum Discussion
How to create tooltip for card visuals
- 3 months ago
Hey prasadpatil020,
This is really a trick.
Add a transparent, borderless shape on top of each Card visual (use the Selection Pane to ensure it sits on top). Then for each shape:
Format Shape pane > Shape > Action (turn it on) > Tooltip (add the static text).
To ensure, clicking on shape triggers no action:
Format Shape pane > Shape > Action > Action (not written by mistake 😉) > Select Type as Bookmark and Bookmark as None.
Repeat for all 5 cards with different tooltip text.
Hope this helps! Please do share, if you find more efficient way to achieve this.
Best,
Harshit
It depends on how each card is derived. If those are derived from column values, a page tooltip with a card can be used where the value dynamically responds to the current category. However, if the cards are from individual measures, measures do not have filter context. Power BI does not know which measure is being hovered, so it cannot be passed as a filter to the tooltip page. A shape or button with tooltip text can be used instead.
Please s ee the attached pbix.