Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I need to be able to sort these dates by month in the slicer. There is n't any column in the Sort By Column list that works to sort these.
Hi @U156531 , Hope you are doing well.
I tried to replicate your problem considering that you have a date column in your table, please write below DAX to create another column :
Now select the "Month selection" column and use "Sorting" column to sort it as shown below :
Output :
if this helps please mark it as the solution else provide additional details for your problem.
Thanks,
Ankita
I'm getting this syntax error trying to create the new calculated column
My year calcualted column is
@U156531 please write below formula :
That fixed the error in the calculated column.
I'm sorting the MTD by the new calculated column Sorting.
Unfortunately it didn't seem to sort it correctly.
my calendar table is below
Hi @U156531, AnkitaaMishra and Selva-Salimi, thank you for your prompt reply!
From your screenshot, the new column is of Text type, please change to the whole number, then sort the MTD again.
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Its a text field and I can't convert it to Date without getting this error below. Here is whats in the field.
Hi @U156531
Is your column in date format? I think not because if it was in Date format you can easily sort it.
If this post helps, then I would appreciate a thumbs up and mark it as the solution to help the other members find it more quickly.