DateLookback
📘DateLookBack() can only be used on a grouped column where the grouping is simple DateTrunc(). If the grouping includes additional non-date columns, or if the grouping includes additional logic such as a fiscal year calculation, use a Lookup() instead.
Syntax
DateLookback(value, date, amount, period)Example
DateLookback([Annual Gross Profit], [Year], 1, "year")
Last updated
Was this helpful?