dimension_group Automatic Label Suffix

PaulM1
New Member

Using a dimension_group of type time, Looker automatically appends “Date” to the label. For example, given the following dimension_group:

  dimension_group: DateTimeCanceled_ntz {
    label: "Date Canceled (UTC)"
    type: time
    convert_tz: no
    timeframes: [
      raw,
      date
    ]
    sql: ${TABLE}."DATETIME_CANCELED" ;;
  }

When navigating the Explore, the label for this dimension_group becomes “Date Canceled (UTC) Date”. I wish it to be the value I explicitly entered in the label parameter: “Date Canceled (UTC)”

Any chance we can override this automatic suffixing of the label:

1 9 3,321
9 REPLIES 9
Top Labels in this Space