When I create a calculated column as:
Month Abbreviation Day = Format('Date'[Calendar Date],"MMM dd") it has a data type of Text. If I change the data type to Date then I lose the formatting.
How can I make a true date column with the "MMM dd" format?
Thanks.