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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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