Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago

How To Have Custom Formatted Date with Date Data Type

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. ...