Forum Discussion

10168's avatar
10168
Helper I
3 years ago
Solved

Issue sorting a column (Time constraint) on X-axis with multiple same text values/labels

Seeking help to have the highlited column sort on X-axis based on a switch between Month and quarters, the visual sorts as expected for Month Labels, however it won't for Quarter labels (hence the va...
  • rsbin's avatar
    rsbin
    3 years ago

    10168 ,

    Tried doing some quick research.  Came across the following:

    https://www.youtube.com/watch?v=TLiqqIsk1CU

    1st comment is this:

  • rsbin's avatar
    rsbin
    3 years ago

    10168 ,

    Your Column [Fiscal Quarter Year] is simply a text value.

    So sorting alphanumerically,

    FY19-20 Q1 comes before

    FY19-20 Q2 etc..

    Similarly,

    FY19-20 comes before

    FY20-21 which comes before

    FY21-22.

    So always better to have yyyy-mm in your axis rather than mm-yyyy.

    Does this explain it?