I have a dropdown that filters from a CDS datasource on Date. I have converted from showing 11/2019 to be Nov 2019. How can I sort the dropdown to based on Month instead of alphabetically. See attachment.
My filter formula: Sort(Distinct(Filter('Time Entries',msdyn_bookableresource.'Primary Email'=CurrentUser.Email),Text(msdyn_date,"[$-en-US]mmm") & " " & Text(msdyn_date,"[$-en-US]yyyy")),Result)