Forum Discussion

AmberGardner's avatar
AmberGardner
Frequent Visitor
2 years ago
Solved

Date format in Concatenatex Measure

I am currently using a quick measure and it has pulled through the data i need but it has changed the format of the date to MM/DD/YYYY whereas i need it to be DD/MM/YYYY. Can anyone help? I ha...
  • AlexisOlson's avatar
    2 years ago

    Try wrapping 'Actions'[StartDate] in lines 15 and 24 with FORMAT using the appropriate format string:

    FORMAT ( 'Actions'[StartDate], "dd/mm/yyyy" )