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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
MaxSchrijen23
Helper I
Helper I

Scatter plot, bubble size dependent on amount of bubbles

Hi Guys,

 

At the moment I have created a bubble chart that shows how risky a project is on two scales. On the red-marked bubble I have at the moment projects laying on top of each other, is there a possibility to let the size of the bubble depend on the amount of single values at that exact point? So, it should be some kind of count which counts the project having the same values for the X and Y-axis. 

MaxSchrijen23_0-1655367072280.png

 

Kind regards

 

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

Hi @MaxSchrijen23 ,

 

Yes, you can try some measure like this:

Countrow(filter( 'project table') , [value1] = selectedvalue('table'[x]) && [value2] = selectedvalue('table'[y])))

 

If you need more help, please share your pbix file without sensitive data.

 

Best Regards

Community Support Team _ chenwu zhu

 

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

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @MaxSchrijen23 ,

 

Yes, you can try some measure like this:

Countrow(filter( 'project table') , [value1] = selectedvalue('table'[x]) && [value2] = selectedvalue('table'[y])))

 

If you need more help, please share your pbix file without sensitive data.

 

Best Regards

Community Support Team _ chenwu zhu

 

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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.