Forum Discussion
How to change x-axis interval for scatter plot
Hi, sonam7
Check the type of the x-axis of the format
If your is continuous, change it to by categorical.
I created a simple sample to illustrate this
Sample:
Is this the result you want? Hope this is useful to you
Please feel free to let me know If you have further questions
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
Unfortunately, I cannot change my x-axis into categorical values because for y-axis I want to display all the points instead of aggregating them using a aggregation function.
Can I not change the interval while having the x-axis as a continuous variable?
Thanks!
- v-angzheng-msft5 years agoCommunity Support
Hi, sonam7
As far as I know, changing the X-axis to a category value will not change the display of the Y-axis value. If you want to change the display of the Y-axis value, you can change the Y-axis value field or the Y-axis property.
Or, please share your sample pbix file's link here, then I can try to look into it to come up with a more accurate method.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Neha123 years agoFrequent Visitor
Hi,
Even I have similar kind of query
I need to fix the scale on x axis.
0,1,2,10,100 this should be the interval
Is it possible to customize this way on a scatter plot
Please help
Thank you!