Forum Discussion
ajin
7 years agoHelper II
Date Format Conversion
Hi guys, I have dates in the format of dd-mmm-yy(01-Apr-17), is it possible to convert it to dd-mmm-yyyy(01-Apr-2017) ? Thanks Ajin
Anonymous
7 years agoNot applicable
Use a DAX formula to create a new column:
FORMAT('date'[Date],"dd-mmm-yyyy")