Forum Discussion
Power BI scatter chart - tooltip showing incorrect values...
Hi Team,
I am seeing some really odd behaviour in Power BI whereby a tooltip within a scatter chart is showing incorrect data for certain data points compare with the same data displayed via a matrix.
Is there a known issue with this visual? Or does Power BI interpret data differently depending on the visual used?
Thanks,
Matty
5 Replies
- v-huizhn-msft
Microsoft Employee
Hi Matty,
You need to understand how the scatter chart and Matrix display the date. Please check the calculation in different visuals.
For my sample table below, create measure Count = COUNTA(Table1[physicians]). Then I create two visuals deperately.
In martix, the rows and column level shows the row and column context in resource table, and the value shows what your expected number value categoried by rows level and column level. For example, 2 means there are 2 physicians(who statue is in) in category DRA.
In scatter chart visual, the X-axis and Y-axis show the number value(count of different categories), if the field is string type, it shows count of them automatically. Then legend shows the category. Please hover over the point, you will see the details, please check your date and visual carefully.
scatter chart
Best Regards,
Angelia- Matty
Helper II
Hi Angelia,
Thanks for taking the time to respond, but I don't think that's it.
Oddly enough, if I choose to exclude a single data point (any data point) from the chart, the chart recalculates and displays correctly. But as soon as I choose to put the data I've removed back in (meaning all filtered data points are shown), it displays incorrectly again.
Give that the same data in an adjacent matrix remains correct throughout, it looks to me like a bug in the scatter chart visual.
Cheers,
Matty
- v-huizhn-msft
Microsoft Employee
Hi Matty,
I am unable to reproduce your scenario, could you please share a screenshot for further analysis?
Best Regards,
Angelia