Forum Discussion
Replace Numbers with Date Sequencial
- 3 years ago
Hi, thanks that works and easier much appreciated.
Regards Colin
- 3 years ago
Hi ColinCowan ,
My pleasure!
If it works, would you mind accept it as solution? Then more people who have the same requirment will find the solution quickly and benefit here, thank you!
Best Regards,
Community Support Team _ kalyj
Greg
Error code
ColinCowan No, that's not the formula I posted, the formula for your added column is:
try DateTime.FromText([Column1 - Copy]) otherwise null
Your added column formula is literally not that. At all. Your formula doesn't include the try statement or the otherwise. See PBIX attached below signature.
- ColinCowan3 years agoHelper I
Greg
Thanks Can I reset as I am now confussed should the formula be
- v-yanjiang-msft3 years agoCommunity Support
Hi ColinCowan ,
Another way maybe easy to understand for you.
1.Select the column then click Data Type option.
2.Select Date/Time.
3.Then you will find the numbers return error, right-click the column and select Replace Errors.
4.Enter null in the dialog.
5.Select the column, then click Fill Down.
Result:
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ColinCowan3 years agoHelper I
Hi, thanks that works and easier much appreciated.
Regards Colin