Skip to main content
A property lookup can select one dimension value, several values, or every value of a dimension.

Select one value

This changes Department to Sales while other dimensions continue to follow the current segment.

Select several values

Use a set:
A multi-value metric lookup is summed when no aggregation function is written. Add the intended function when another behavior is clearer:

Exclude values

Select every value

This is useful for totals, averages, and percent-of-total calculations.

Filter with an expression

Use where when membership depends on another value:
Inside a where filter, a plain property refers to each candidate value. Use thisSegment when you need to compare a candidate with the current cell:

Combine dimensions

Keep filters as narrow as the business rule requires. If the same rule applies to the current segment, prefer a plain property reference.