Skip to main content
Tags can be referenced or searched in the workbook’s field browser within fields or drill_fields with the syntax tag:tag_name.

Syntax

<measure_name>:
  tags: [<tag1>, <tag2>, ...]

Properties

measure_name
object[]
The name of the measure.

Examples

total_profit:
  aggregate: sum
  sql: ${profit}
  tags: [finance, secure]