Skip to main content
By default, measures are sorted alphabetically. Defining a display_order will override this default. For fields inside groups using group_label, the group will be ranked with the min of all the fields in the group. For example, if there are 3 fields with display_order of 4, 5 and {empty}, the group will have a display_order of 4). This parameter does not move measures above dimensions in the field picker.

Syntax

<measure_name>:
  display_order: <number>

Properties

measure_name
object[]
The name of the measure.

Examples

count:
  aggregate_type: count
  display_order: 1