Forum Discussion

Hansinator255's avatar
Hansinator255
Regular Visitor
7 years ago
Solved

Scatter Plot or Line Plot with correctly spaced X values

I'm trying to create a scatter plot with x and y values, similar to how I would do it in Excel. I can write a query to associate distinct numeric x and y values, but when I plot these values, the sca...
  • v-danhe-msft's avatar
    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

  • Hansinator255's avatar
    Hansinator255
    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.