Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion query-languages/dax/naturalinnerjoin-function-dax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down