PARTITIONBY is a DAX function that specifies the columns used to partition data, used within Window functions.
Syntax
PARTITIONBY( [ PartitionBy_ColumnName, ... ] )
Argument | Properties | Description |
---|---|---|
PartitionBy_ColumnName | Optional, Repeatable | A column used to determine how to partition the data. |