SHIFT
Syntax
SHIFT(inputDate, <offset interval>)Arguments
Return value
Example
SHIFT(CURRENT_PERIOD, "2M")
//Shifts the date by 2 months
SHIFT(TODAY(), "6M")
//If the current date is 01/09/2023, it returns 01/03/2024

Last updated
Was this helpful?