Ive been asked (not sure if this can even be done) filter a Date column 700 days from the earliest date in the column The Date column has work due from now 2021 - 2025. I did a filter listed below. Ideally, im looking for somthing more automatic.
SQL:
= Table.SelectRows(#"Promoted Headers", each [#"PLN-BD SchFin"] >= #date(2019, 11, 1) and [#"PLN-BD SchFin"] <= #date(2024, 4, 30))