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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
DW868990
Helper IV
Helper IV

Bubble Size of Scatter

Hi,

 

I have a scatter chart which has multiple data points on, now i have many data points in the exact same location, so the data points are sat on top of each other.

 

I am looking for a measure that controls the bubble size via count of locations in that data point, so the more points in the same location, the bigger the bubble.

 

Is this possible?

 

Thanks in advance.

 

JJ

1 ACCEPTED SOLUTION
v-yadongf-msft
Community Support
Community Support

Hi @DW868990 ,

 

This is my test table:

vyadongfmsft_0-1664439785789.png

 

Create a new column to count the number of duplicate values for each ID.

Size = CALCULATE(COUNT('Table'[Value]),FILTER('Table','Table'[Value]= EARLIER('Table'[Value]) && 'Table'[ID] = EARLIER('Table'[ID])))

vyadongfmsft_1-1664439884063.png

 

Is this the result you want?

vyadongfmsft_2-1664439934521.png

 

Best regards,

Yadong Fang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
DW868990
Helper IV
Helper IV

Thank you! Works great

v-yadongf-msft
Community Support
Community Support

Hi @DW868990 ,

 

This is my test table:

vyadongfmsft_0-1664439785789.png

 

Create a new column to count the number of duplicate values for each ID.

Size = CALCULATE(COUNT('Table'[Value]),FILTER('Table','Table'[Value]= EARLIER('Table'[Value]) && 'Table'[ID] = EARLIER('Table'[ID])))

vyadongfmsft_1-1664439884063.png

 

Is this the result you want?

vyadongfmsft_2-1664439934521.png

 

Best regards,

Yadong Fang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.