Forum Discussion
MMC16
4 years agoNew Member
Date failure
Hi all, I have an unsual error which I am wracking my brain to try to fix, but cannot. As most spurious issues, I haven't made any changes and it just started happening randomly today. Da...
- 4 years ago
Convert to date using the Locale option.
Your formula would look like then when you press OK.
= Table.TransformColumnTypes(Source, {{"Date", type date}}, "en-BM")Pick the correct locale for your data source, but Bermuda/English will work for dates in those formats.
edhans
4 years agoCommunity Champion
Convert to date using the Locale option.
Your formula would look like then when you press OK.
= Table.TransformColumnTypes(Source, {{"Date", type date}}, "en-BM")
Pick the correct locale for your data source, but Bermuda/English will work for dates in those formats.