VALUEAT
Syntax
VALUEAT([measure], <offset interval>)Arguments
Return value
Example
VALUEAT([Sales], "-1M")
//Returns the sales measure from the preceding month
VALUEAT([Sales], "1Q")
//Returns the sales measure from the next quarter

Last updated
Was this helpful?