Forum Discussion
adrien5555
10 years agoHelper II
How to deal with errors on dates?
Hi all, This date is in the format dd/mm/yyyy How is it that it ends up with errrors when switching the data type from 'text' to 'date' ? How to fix it? thx for helping!
- 10 years ago
adrien5555 Your Locale Setting must not be US - while your data source is set up to the US date format.
Look at the picture - I changed my default to UK and got the same error as you!
so you should probably split by delimiter and then re-assemble in the order DD/MM/YYYY
Sean
10 years agoCommunity Champion
adrien5555 Your Locale Setting must not be US - while your data source is set up to the US date format.
Look at the picture - I changed my default to UK and got the same error as you!
so you should probably split by delimiter and then re-assemble in the order DD/MM/YYYY
Romeshpsl
10 years agoAdvocate I
Thanks. It worked for me fine, without doing additional Dax