I want to turn this ...
... to select rows < TODAY LAST YEAR or = null ...
(ie DateTime.LocalLastYear()!!!)
I've found a few ideas in this forum (and others) but can't seem to get any of them to work!
Can anyone help please?
Many thanks ...
Power Query:
= Table.SelectRows(#"Changed Type", each [LastCompletedDate] < DateTime.LocalNow() or [LastCompletedDate] = null)
... to select rows < TODAY LAST YEAR or = null ...
(ie DateTime.LocalLastYear()!!!)
I've found a few ideas in this forum (and others) but can't seem to get any of them to work!
Can anyone help please?
Many thanks ...