Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Filtering a specific date by NOW

Hello,

 

I need to filter a date by NOW function, for exemple dat_registrer < NOW ().

 

Below I am filtering a specific date, I need to replace with NOW:

= Table.SelectRows(#"Filtered Lines1", each [dat_registrer] < #datetime(2022, 10, 11, 0, 0, 0))

 

How i do that?

1 Reply