The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Could you explain to me how to design this tooltip screen? . I already knew the tooltip screen design. The point is here, it should display value according to Y-Axis value. Eg: if i move the mouse "Over 5 Years" shaded area. the screen should display value according to "over 5 Years" of Y-axis value.
Solved! Go to Solution.
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.
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 ,
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 ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you.
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.
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.
Hi @JothiG
the screen should display value according to "over 5 Years" of Y-axis value.
You mean it should display the values per year over the last 5 years?
If I move the mouse on around visual, the value should according to visual
Eg: 1.Over 10 years, 2013
%GT Stock Balance (Age):115.1%
2. Over 5 years,2013
%GT Stock Balance (Age):112.1%
3.less than 1 years,2014
%GT Stock Balance (Age):115.1%
Year value comes as total. Card visualization donot have option of "donot summarize".
Hi @JothiG ,
Yes, what you're trying to do is totally possible using report page tooltips in Power BI. Instead of relying on the default tooltip behavior, you can create a custom tooltip page that dynamically reflects the Y-axis category (like "Over 5 Years") when you hover over that section of the chart.
Here’s how to set it up:
Create a tooltip page
Add a new page in Power BI Desktop. Go to the Format pane > Canvas settings, and set the Page size to Tooltip.
Design your tooltip
Add visuals or fields that you want to show when hovering. You can use cards, charts, or even conditional visuals to reflect the hovered value.
Enable the tooltip on your main visual
Select your main chart, go to the Format pane > Tooltip, set the Type to Report page, and choose the tooltip page you just created.
Context awareness
Power BI will automatically pass the data point you're hovering over to the tooltip page. So if you hover over "Over 5 Years", the tooltip will reflect that value based on the Y-axis.
You can find more detailed guidance in these official docs:
Let me know if you need help setting up the filters or visuals on the tooltip page!
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
This response was assisted by AI for translation and formatting purposes.