Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all,
I'm working on a Power BI report where I show monthly Gross Sales in a table and would like to display a tooltip chart when hovering over the table rows. The goal of this tooltip is to show the entire year's trend line for Gross Sales, not just the single month that was hovered.
When hovering over a row (e.g., Brand 3), I want the tooltip to show a Bar chart for the full year (e.g., Jan–Dec ).
The tooltip should still respect other slicers from the main page:
e.g., State but ignore Month Slicer
Created a Tooltip Page.
Enabled the page as a tooltip and linked it to the table.
It works — but only shows a single month (the row context from the table).
However, the date context from the hovered row still dominates the chart axis — only one Bar appears instead of the full year.
How can I structure my tooltip chart (and DAX) to:
Ignore just the row-level month/date from the hovered row
Still respect the full context of slicers (State etc.)
Always show the full year trend on the tooltip chart?
Solved! Go to Solution.
Hi @dvraan
You would need to create a seperate table with the Month Name in it and use that in a slicer.
This would not filter the model.
Instead we edit the Gross column to say:
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @dvraan
You would need to create a seperate table with the Month Name in it and use that in a slicer.
This would not filter the model.
Instead we edit the Gross column to say:
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |