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...
- 6 years ago
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
6 years agoAck! Don't do that, that changes it to text, just use a custom date format here:
For some reason, screen shot is not showing up. I attached it.