I have a field called "Calendar Date" which has values that spans across 2 years.
It is formatted as a Date with the "mm/dd/yyyy" format and the formula used to generate this is derived from
=text(A2, "mm/dd/yyyy")
where A2 is in a date format that has hours, minutes, and seconds attached to it. I solely want the date and use the "calendar Date" column to convert from mm/dd/yyyy hh:mm:ss to mm/dd/yyyy.
My issue is that whenever I sort the calendar date, the sort option shows up as "Z to A" or "A to Z"... indicating that it is formatted as a number. It does not sort properly. Even though the value of "calendar date" is clearly in a date format.
What should I do? I have tried several things, but nothing seems to work.
I have checked the formatting of all dates and made sure everything was formatted as a date. The original date column seems to be formatted correctly because when I drag it into the rows fields, 3 fields pop up (year, QTR, and Date). I would use this column instead of "Calendar Date", but the date field is sorted by month and not by the individual days.
Pivot Table View after Inserting Original Date (no further breakdown of months into the days of the month):

