The basic forms
- One Dimension:
[Department]splits a row’s values across every Department. - A name with spaces:
[`Spend Type`]— backticks quote a Dimension name that is not a single word. - Nested segmentation:
[Department, Level]splits by Department, then splits each Department further by Level. - Side-by-side split:
[Department, {Level, Owner}]splits by Department, then forks into two parallel breakdowns — one by Level, one by Owner — under each Department. - A branch condition:
[Department, {Level[Department = "Engineering"], Owner}]routes the Level breakdown under Engineering specifically, while Owner applies more broadly. - Filtering to specific items:
[Region in {East, West}]keeps only the named items instead of showing every item in the Dimension. - A date grain:
[Date.Month]buckets a date Dimension at a chosen grain — Day, Week, Month, Quarter, Half, or Year.
Variables vs. Dimensions as rows
Each row in a table’s view is either:- A Variable, which measures something (Revenue, Headcount, Gross Margin), or
- A Dimension used as a mapping, where each cell shows that Dimension’s item for its row and column instead of a number — useful for a database-style list of entities and their attributes.