FILTER
Filters measure values across a period based on specified conditions.
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 for the year 2023 that are greater than 1000
Last updated
Was this helpful?