> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# label

> Overrides the field name for all UI appearances of the field.

## Syntax

```yaml theme={null}
<measure_name>:
  label: <display_name>
```

## Properties

<ParamField path="measure_name" type="object[]">
  The name of the measure.

  <Expandable title="measure_name properties" defaultOpen="true">
    <ParamField path="label" type="string">
      Unquoted text that will be displayed in the UI instead of the field name.
    </ParamField>
  </Expandable>
</ParamField>

## Examples

```yaml theme={null}
full_name:
  label: Full Name
```
