Daily DAX : Day 53 PERMUT
A statistical DAX function that returns the number of possible permutations of a number being selected. Eg. if number of items is 3 and you want to choose 2 numbers then permut would return 6
Syntax
PERMUT(<Number>,<Number_chosen>)
Comments
Post a Comment