Forum Discussion
Anonymous
6 years agoNot applicable
Date formatting dd-mmm-yyyy
Hi, I see aa bunch of posts here that say to format a date in the above format i need to use the following script:
Column = FORMAT('Incident Flash report'[DateOfIncident],"dd-mmm-yyyy")
I added a column with that script , but it still shows the old format:
What am I missing here?
Thanks
Check the data type of this column. If it is text, it must be displayed in that format. If your date, change it to text
2 Replies
- amitchandak
Super User
Check the data type of this column. If it is text, it must be displayed in that format. If your date, change it to text
- Greg_Deckler
Community Champion