Forum Discussion
Reg : Tooltip Screen Design
- Anonymous1 year ago
Hi JothiG ,
I wanted to follow up on our previous suggestions. We would like to hear back from you to ensure we can assist you further.
Thank you.
- Anonymous1 year ago
Hi JothiG ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi JothiG ,
Thank you for reaching out to the Microsoft Fabric Community Forum, and appreciation to burakkaragoz for the detailed guidance.
To achieve dynamic tooltips in Power BI that respond to the Y-axis category such as showing the specific %GT Stock Balance (Age) value along with the corresponding year when hovering over categories like “Over 5 Years” or “Less than 1 Year” you can make use of a report page tooltip.
Start by creating a new page in your Power BI report and set the page type to “Tooltip” from the canvas settings. On this page, add a Card visual (or any other visuals you need) that displays the measure you're targeting. Ensure that the visuals are filtered by both the Age Category and Year fields, so the tooltip reflects the correct context when triggered.
Then, go back to your main visual, enable the tooltip under the Format pane, select "Report page" as the type, and choose your custom tooltip page. With this setup, Power BI will automatically pass the hovered Y-axis category to the tooltip, dynamically updating the content shown. This approach should allow you to meet the behavior you're aiming for, without the need to manually summarize or hard-code values.
Hope this helps. Please reach out for further assistance.
Thank you.