FACT Function (DAX)
SQL Server 2008 R2
Returns the factorial of a number, equal to the series 1*2*3*...* , ending in the given number.
Returns the factorial of a number, equal to the series 1*2*3*...* , ending in the given number.