MATCHBY is a DAX function that specifies the columns used to match data and identify the current row within a Window function.
Syntax
MATCHBY( [ MatchBy_ColumnName, ... ] )
Argument | Properties | Description |
---|---|---|
MatchBy_ColumnName | Optional, Repeatable | A column used to determine how to identify the current row. |