Forum Discussion
Scatter Plot or Line Plot with correctly spaced X values
- 7 years ago
Hi Hansinator255 ,
What is your desired result?
You could modify the X distance and Y distance for your visual in the setting:
Regards,
Daniel He
- 7 years ago
OK, I think I figured it out. While my data is numerical, it was not being statically typed as such, and I had to add a Change Type step to my query to change the X and Y columns to Decimal Number. When I did this, the X and Y axes appeared correctly scaled and I could modify the axis scales for both.
Hi Hansinator255 ,
It do could set with the X-axis on my side:
My data(all number):
I suggest you test again or you could download my pbix file to have a view.
Regards,
Daniel He
OK, I think I figured it out. While my data is numerical, it was not being statically typed as such, and I had to add a Change Type step to my query to change the X and Y columns to Decimal Number. When I did this, the X and Y axes appeared correctly scaled and I could modify the axis scales for both.