Skip to main content
For example, grouping user_facts fields under the users view for better organization and discovery.

Syntax

<dimension_name>:
  view_label: <view_name>

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Group under different view
lifetime_orders:
  sql: user_facts.lifetime_orders
  view_label: users