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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Scatter Chart Jitter

Hi,

 

I was wondering if there was a way to create a scatter chart where the plots are "jittered", or not stacked on top of each other like the screenshot below... I saw some people using R but I am not able to follow what they are doing as i am not as familiar with R

Capture.PNG

 

Please let me know if my question does not make sense

 

Thank you!
Sarah

3 REPLIES 3
jhaines
Frequent Visitor

I came across the same need as you. I added a calculated column using the RAND DAX function:

 

Jitter = RAND()

 

I then added that column as my y-axis (in your case you can add it to the x-axis) and got the jitter I was looking for.

 

 

v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

Here is a link about customed visualization, you could refer to it.
https://powerbi.microsoft.com/en-us/developers/custom-visualization/

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
TomMartens
Super User
Super User

Hey @Anonymous ,

 

jitter is not supported by the default Power BI visuals.

Maybe a custom visual supports this feature.

 

You can also try to use a custom column with a hexcode like so #32a85260 as the first 6 characters represent the color (some kind of green) the last 2 digits represent opacity. This might help to reduce the overplotting effect using default visuals.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.