Forum Discussion
Change date data format from text
Hello there,
I'm trying to change the text here 13-Feb-20 7:14:51 AM in a column to 13/02/2020 type date as a new column. Do you guys know any easy code that I can do? I cant use power query as the data is really big and jammed my laptop.
Thank you.
- Anonymous5 years ago
Hi Anonymous ,
Create a calculated column.
Date = [Text]Then change the data type as follows.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- FowmySuper User
Anonymous
You add a column in the model as follows and change the format to Date fro the ribbon. - AnonymousNot applicable
Hi Anonymous ,
Create a calculated column.
Date = [Text]Then change the data type as follows.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.