From 22e0c4beefa12eaebd1b9d5e198c38dc2354b63b Mon Sep 17 00:00:00 2001 From: fterrani Date: Thu, 9 Jul 2026 19:09:45 +0200 Subject: [PATCH] Update naturalinnerjoin-function-dax.md --- query-languages/dax/naturalinnerjoin-function-dax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query-languages/dax/naturalinnerjoin-function-dax.md b/query-languages/dax/naturalinnerjoin-function-dax.md index 9abfee4e..fbcb0c9c 100644 --- a/query-languages/dax/naturalinnerjoin-function-dax.md +++ b/query-languages/dax/naturalinnerjoin-function-dax.md @@ -28,7 +28,7 @@ A table which includes only rows for which the values in the common columns spec ## Remarks -- Tables are joined on common columns (by name) in the two tables. If the two tables have no common column names, an error is returned. +- Tables are joined based on an existing relationship existing between them in the model. For the join to work, the names of the columns used for the joining need to be distinct, otherwise an error is returned. - There is no sort order guarantee for the results.