Skip to main content
Filtered measures can be built using aggregation alongside a dimension filter. When building measures in the UI, filters may only be available for standard measures and quick-aggregates. For measures built with custom SQL logic, best practice is to define filters in the YAML definition. See full page on filter syntax here.

Syntax

Properties

measure_name
object[]
The name of the measure.

Examples

Count with multiple filters
Filter with array values
Filter using modeled boolean field
Complex logic with boolean dimension
Filter by query (top 10 users)