Forum Discussion
Grabbing data with API, unable to convert datetime column to a date
- 5 years ago
Hi shinney
You can add a custom column to contain only date values from the original datetime column. Just like below.
= Date.From([Old DateTime column])
This date column is able to be changed into Date type. You can remove the old datetime column and use this new date column later.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
Hi shinney
You can add a custom column to contain only date values from the original datetime column. Just like below.
= Date.From([Old DateTime column])
This date column is able to be changed into Date type. You can remove the old datetime column and use this new date column later.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.