PERMUT is a DAX function that returns the number of permutations for a given number of objects selected from a total number of objects, where order is significant.
Syntax
PERMUT(
Number,
Number_chosen
)
Argument | Properties | Description |
---|---|---|
Number | An integer that describes the number of objects. | |
Number_chosen | An integer that describes the number of objects in each permutation. |