Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Re-order Axis values and Line graph Issue

1. I am having trouble putting this data into a line graph. I want the X axis to be my dates and the Y to be the values. My data is set up as shown below in the photo. I am hoping to not have to change the way my data is ordered.  

Values are under the datedata is set up this way. Need date on X axis

2. I need to order my data values to go in a different order. How can I do this?

 

 

,Need to re-order

I really appreciate any help.data to re-order is set up this way

1 Reply

  • dax's avatar
    dax
    Community Support

    Hi alwayslearning1,

    Is your sample similar to below(if your sample is not like below, please correct me and inform me your sample data)

    id 2019/5/1 2019/6/1 2019/7/30
    current 1 2 5
    30days 6 5 1
    60 days 5 9 6
    120 days 3 10 5
    150 days 1 2 2
    over 150 days 2 3 5

    You could try to create a costom column like below, then sort id column based on custom column

     

    Then when you add this in chart, it will show like below

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.