Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Matty
Helper II
Helper II

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 5
v-huizhn-msft
Microsoft Employee
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.

1.PNG 
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.

3.png

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 chartscatter chart  4.PNG
Best Regards,
Angelia

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

Hi @Matty,

I am unable to reproduce your scenario, could you please share a screenshot for further analysis?

Best Regards,
Angelia

I have this issue, too.  When adding tooltips to a scatter chart, some filtering doesn't seem to work correctly when data is not being summarized and both the X Axis and Y Axis buckets are populated with numeric values.

 

Unfortunately, this is difficult to describe, so I'll use a series of pictures of a simplified case.  Here's the table relationships:

bug1.PNG

t1 c1, t1 c2, t2 c1, and t2 c2 all contain numerical data.  Here's table1:

bug2.PNG

and table2:

bug3.PNG

Here's the visualization setup (emphasis on the scatter chart):

bug4.PNG

Note the "tt" field from table1 being used as the tooltip.  All fields in this scatter chart come from table1.  Here's what happens when I use the "Display/Don't Display" filter:

bug5.PNG

The scatter chart did not change, with the exception of the tooltip field not being displayed in the tooltip window for data points that should not be displayed (note the "tt" field missing in the popup below):

bug6.PNG

When the "tt" field is removed from the tooltip bucket of the scatter chart visualization, the following happens:

bug7.PNG

Now, only the properly-filtered values are shown in the scatter chart.

 

I've only been able to reproduce this when using unsummarized numeric values in both the X Axis and Y Axis buckets.  I also can't reproduce this behavior with other visual types.

 

It's possible I'm either not understanding some complexity in even this simplified model, or I'm getting this behavior because it's what the scatter chart is supposed to do.  However...

 

...if I change the Y Axis bucket to some sort of summarization, the issue disappears: the "Display/Don't Display" filter produces expected results.  It's only when both axes are not summarized that I see the buggy behavior.

Hi,

I have the excact same problem. Did you solve this one or have a workaround?

Thanks,

Femke

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors