NATURALINNERJOIN is a DAX function that joins two tables using inner join semantics based on common columns.
Syntax
NATURALINNERJOIN(
LeftTable,
RightTable
)
Argument | Properties | Description |
---|---|---|
LeftTable | The Left-side table expression to be used for join. | |
RightTable | The Right-side table expression to be used for join. |