Date.IsInPreviousNYears

Syntax

Date.IsInPreviousNYears(dateTime as any, years as number) as nullable logical

Description

Indicates whether the given datetime value dateTime occurs during the previous number of years, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within the current year.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Date Functions / Date.IsInPreviousNYears