GETCOLBETWEENPERIODS
Syntax
GETCOLBETWEENPERIODS(fromDate, toDate, measures)Arguments
Return value
Example
GETCOLBETWEENPERIODS(DATE.ADDMONTH(-6), DATE.ADDMONTH(2), [[Profit]])
//Returns the profit measure for specified the date range 
Was this helpful?