An Azure service for ingesting, preparing, and transforming data at scale.
Hi @arkiboys ,
Thank you for posting query in Microsoft Q&A Platform.
I am assuming your "my_Date" Column data type is coming as string. Hence you are ending up with error for expression.
Please consider using your expression as
isNull(my_Date) || toDate(my_Date,'MM/dd/yyyy') > currentDate().
Here "my_Date" Column we are converting to Date data type as "currentDate()" function returns results in Date data type only.
If above expression not helps then please share below details to understand issue better and help with resolution.
- Error details along with screenshot.
- Data type of "my_Date" column. We can check that under inspect tab of transformation.
Hope this will help. Please let us know if any further queries. Thank you.
Please consider hitting Accept Answer button. Accepted Answers helps community as well.