Forum Discussion

grkanth81's avatar
grkanth81
Icon for Helper II rankHelper II
8 years ago
Solved

Sorting the data in the stacked column chart by Month Name

Hi All, I am facing an issue with sorting the data in the Stacked column chart. Please check the below screenshot.  I would like the values inside the stacked bar chart to be sorted like July, Aug...
  • Hardik's avatar
    Hardik
    8 years ago

    Select the months column and in the modelling tab ,select sort by column.I hope this works for you.

     

    Or you can also assign numbers to the months ,if the above doesn't work.

    Month=SWITCH([MonthNumber],
    1,"January",
    2,"Feburary",
    3,"March",
    4,"April",
    5,"May",
    6,"June",
    7,"July",
    8,"August",
    9,"September",
    10,"October",
    11,"November",
    12,"December",
    "Invalid Month Number"