diff --git a/references/joins.mdx b/references/joins.mdx index a4fcee92..df27c459 100644 --- a/references/joins.mdx +++ b/references/joins.mdx @@ -401,6 +401,8 @@ models: sql: IF(${subscriptions.plan} = 'premium', ${user_id}, NULL) ``` +If you get the following error: `Model "TABLE" has a metric reference: ${TABLE.DIMENSION} which matches no metric` - you likely have a mismatch in metric category. Read more about metric categories [here](/references/metrics#metric-categories). + **Every joined field that you reference in a YAML file adds a dependency that you'll have to include in all future references to that model.**