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>)



https://dax.guide/permut/

Comments

Popular posts from this blog

Daily DAX : Day 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV