The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
30 | |
15 | |
12 | |
12 | |
7 |