Forum Discussion
ask
9 years agoHelper III
Date Format
Hi, date format in the original data source is text format as shown below . 30/05/2017 I want to convert it into US date format as date type. It returns error : (even though I use th...
- 9 years ago
This code should work below.
=[#"Day"] & "/" & [#"Month"] & "/" & [#"Year"]
Then once you have that column created, convert the data type to Date
ask
9 years agoHelper III
Thanks. That was I did. It returned the error.
GilbertQ
9 years agoSuper User
- ask9 years agoHelper III
yes
- GilbertQ9 years agoSuper User
I would then suggest trying the second method I mentioned.
I have used that in the past to overcome Date issues successfully.
- ask9 years agoHelper III
Using th local one, it returns the error
- ask9 years agoHelper III
what happen after refreshing the data for the second one, there will be new data coming