PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to Number functions
Number.Factorial
This function will calculate and return the factorial of a given number.
Syntax
Number.Factorial(number as nullable number) as nullable number
About
This function will calculate and return the factorial of a given number.
Explanation
Calculate the factorial of 10 using Power Query M function Number.Factorial(10) to receive the output of 3628800.