Forum Discussion
XhevahirMehalla
Helper IV
3 months agoUnable to sort by Month using Date table which I created
Hello - I have a classical case when I am unable to show months in right Order even though I am trying the right thing and setup to accomodate that. I have a date table which I created as: ...
- 3 months ago
You need to sort the month column by month number, not month key. December 2025 and December 2026 will have different month keys, but the same month number.
XhevahirMehalla
Helper IV
3 months agoThanks Jonh! I worked!