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
amitchandak
Super User
6 years agoCheck the data type of this column. If it is text, it must be displayed in that format. If your date, change it to text