Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello Everyone,
I have one stacked column chart with columns displaying as a categories and count of their ids in y axix which can be drillthrough to other detail page. I have turned the tooltip for this visual. Problem is when I hover the mouse around any one of the column the tooltip dsiplays:
-name of the column- abc,
-cound of id- 100
-highlighted- 30 (as I have selected month from other graph)
So when I drillthrough to detail it is giving me 29. Basically the graph tooltip is displaying 1 extra for all the columns. I went to change the tooltip settings but doesn't have much option.
What could be the issue?
@anonymous111 , You can create tooltip page as per need
Power BI Tooltip Page: How to pass selective values to the tooltip page: https://www.youtube.com/watch?v=lEq7YtkxeLU
Hi Amit, I tried creating the new tooltip page still the numbers are not matching 1 extra in the tool tip.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 21 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 69 | |
| 56 | |
| 45 | |
| 42 | |
| 30 |