Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • amitchandak's avatar
    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