FACT Returns the factorial of a number, equal to the series 1*2*3*…* , ending in the given number.
Syntax
FACT(number)
Parameters
Number – The non-negative number for which you want to calculate the factorial.
Return Value
A decimal number.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference