Hi Experts,
Looking for a solution to filter down list of emplyoees less than today date.
The code above gives me an error, Expression.error: We cannot apply operator < to types DateTime and Date.
Last Day Worked is a column with Dates.
Regards,
Harish S
Looking for a solution to filter down list of emplyoees less than today date.
Code:
=Table.SelectRows (#"Filtered Rows", each [Last Day Worked] < DateTime.Localnow())
The code above gives me an error, Expression.error: We cannot apply operator < to types DateTime and Date.
Last Day Worked is a column with Dates.
Regards,
Harish S
Last edited: