Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jan 16, 2025
1 parent 2cd3ee0 commit 93ffea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/metricflow-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ mf query --metrics order_total --group-by order_id__is_food_order --where "{{ Di
```
Notes:
- The type of dimension changes the syntax you use. So if you have a date field, you must use `TimeDimension` instead of `Dimension`.
- The type of dimension changes the syntax you use. So if you have a date field, use `TimeDimension` instead of `Dimension`.
- When you query a dimension, you need to specify the primary entity for that dimension. In the example just shared, the primary entity is `order_id`.
**Result**
Expand Down

0 comments on commit 93ffea9

Please sign in to comment.