Create measure from dimension_group

PaulM1
New Member

Is it possible to create a measure based off a dimension_group (e.g. duration)?

e.g.

dimension_group: MyDuration {
type: duration
sql: ${TABLE}.”${DURATION_COLUMN}” ;;
...
}

measure: m_MyDuration {
type: sum
sql: ${MyDuration} ;;
...
}
0 1 859
1 REPLY 1
Top Labels in this Space
Top Solution Authors