Skip to content

Commit

Permalink
Update semantic-models.md (#3784)
Browse files Browse the repository at this point in the history
Fix capitalization miss and add a link for clarity
  • Loading branch information
mirnawong1 authored Jul 20, 2023
2 parents 4386b9c + f1a2e7e commit 40d8da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/build/semantic-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ You can refer to entities (join keys) in a semantic model using the `name` param

MetricFlow simplifies this by allowing you to query all metric groups and construct the join during the query. To specify dimensions parameters, include the `name` (either a column or SQL expression) and `type` (`categorical` or `time`). Categorical groups represent qualitative values, while time groups represent dates of varying granularity.

dimensions are identified using the name parameter, just like identifiers. The naming of groups must be unique within a semantic model, but not across semantic models since MetricFlow, uses entities to determine the appropriate groups.
Dimensions are identified using the name parameter, just like identifiers. The naming of groups must be unique within a semantic model, but not across semantic models since MetricFlow, uses entities to determine the appropriate groups.

:::info For time groups

For semantic models with a measure, you must have a primary time group.
For semantic models with a measure, you must have a [primary time group](/docs/build/dimensions#time).

:::

Expand Down

0 comments on commit 40d8da0

Please sign in to comment.