View the original community article here
Last tested: Dec 14, 2018
By default, the Field Picker is sorted alphabetically.
Workaround: If you add spaces to the label of a dimension, then you can change where it will appear in the field picker. Additionally, the leading spaces are stripped from the UI, so it won't look ugly to your consumers.
Example:
dimension: aardvark {
# A dimension with a name like this will usually come first in the field picker.
}
dimension: beta {
label: " beta"
# With a space in the label, "beta" will come before "aardvark!"
}
dimension: camel {
label: " camel"
# With two spaces in the label, "camel" will come before "beta"!
}
This content is subject to limited support.