FILTER
Syntax
FILTER(measure, periodRange, condition1, condition2)Arguments
Return value
Example
FILTER([Sales], PERIOD_RANGE(DATE(2023,1,1),DATE(2023,12,31),THIS>1000)
//Returns the sales values in 2023 which are greater than 1000
Last updated
Was this helpful?