Skip to content

Commit

Permalink
Document unnest property for dimensions (#3601)
Browse files Browse the repository at this point in the history
Documenting the unnest option for dimensions in dashboard yaml
  • Loading branch information
AndrewRTsao authored Nov 30, 2023
1 parent 78508fb commit bb408db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/reference/project-files/dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ _**`dimensions`**_ — for exploring [segments](../../develop/metrics-dashboard#
- _**`column`**_ — a categorical column _(required)_
- _**`name`**_ — a stable identifier for the dimension _(optional)_
- _**`label`**_ — a label for your dashboard dimension _(optional)_
- _**`description`**_ — a freeform text description of the dimension for your dashboard _(optional)_
- _**`description`**_ — a freeform text description of the dimension for your dashboard _(optional)_
- _**`unnest`**_ - if true, allows multi-valued dimension to be unnested (such as lists) and filters will automatically switch to "contains" instead of exact match _(optional)_
- _**`ignore`**_ — hides the dimension _(optional)_

_**`measures`**_ — numeric [aggregates](../../develop/metrics-dashboard#measures) of columns from your data model _(required)_
Expand Down

0 comments on commit bb408db

Please sign in to comment.