Month order is wrong in histogram view!

Atlas
Participant V

Hi everyone, in my data table, I have a virtual column that converts dates to month values in Turkish. In the histogram order of months is alfabatically not by month, I used a number prefix the month name as a quick solution.

How can I view by month in the correct order without prefix numbers?

Thank you.

Date Month Formula

ifs(
MONTH([TARฤฐH])=1,โ€œ1_Ocakโ€,
MONTH([TARฤฐH])=2,โ€œ2_ลžubatโ€,
MONTH([TARฤฐH])=3,โ€œ3_Martโ€,
MONTH([TARฤฐH])=4,โ€œ4_Nisanโ€,
MONTH([TARฤฐH])=5,โ€œ5_Mayฤฑsโ€,
MONTH([TARฤฐH])=6,โ€œ6_Haziranโ€,
MONTH([TARฤฐH])=7,โ€œ7_Temmuzโ€,
MONTH([TARฤฐH])=8,โ€œ8_AฤŸustosโ€,
MONTH([TARฤฐH])=9,โ€œ9_Eylรผlโ€,
MONTH([TARฤฐH])=10,โ€œ10_Ekimโ€,
MONTH([TARฤฐH])=11,โ€œ11_Kasฤฑmโ€,
MONTH([TARฤฐH])=12,โ€œ12_Aralฤฑkโ€
)

Histogram View

1 1 219
1 REPLY 1

LeventK
Participant V

Chiming in @JCadence

Top Labels in this Space