Skip to main content

Conditional

NameDescription
andReturns rows that meet all specified conditions.
isReturns rows that meet at least one of the specified criteria.
isReturns rows that exactly match the specified value.
notReturns rows that do not match the specified value.

Advanced

NameDescription
cancel_query_filterCreates a measure that ignores the value of a filter in the user query in favor of the filter on the measure itself.
field_name_in_queryFilters a query using the results of another query, including only the rows present in the filtering query.
field_name_not_in_queryFilters a query using the results of another query, including only the rows not present in the filtering query.

Date & time

NameDescription
beforeFilters time fields for dates before a specified date.
between_datesFilters time fields for dates falling within a specified range.
day_of_monthFilters time fields by the day of the month.
day_of_quarterFilters time fields by the day of the quarter.
day_of_weekFilters time fields by the day of the week.
day_of_yearFilters time fields by the day of the year.
date_offset_from_querySpecifies a filter dynamically relative to the date filter applied to a workbook query.
hour_of_dayFilters time fields by the hour of the day.
month_of_yearFilters time fields by the month of the year.
on_or_afterFilters time fields for dates on or after a specified date.
quarter_of_yearFilters time fields by the quarter of the year.
time_for_durationFilters time fields for a specific duration starting from a given point in time.

Numeric

NameDescription
betweenFilters numeric fields for values within a specified range.
greater_thanFilters numeric fields for values greater than a specified number.
greater_than_or_equal_toFilters numeric fields for values greater than or equal to a specified number.
less_thanFilters numeric fields for values strictly less than a specified number.
less_than_or_equal_toFilters numeric fields for values less than or equal to a specified number.

String

NameDescription
case_insensitiveModifies string filter operators to perform case-insensitive matching.
containsFilters string fields for values that contain a specified substring.
ends_withFilters string fields for values that end with a specified substring.
starts_withFilters string fields for values that start with a specified substring.