Number.Combinations

Syntax

Number.Combinations(setSize as nullable number, combinationSize as nullable number) as nullable number

Description

Returns the number of unique combinations from a list of items, setSize with specified combination size, combinationSize.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Number Functions / Number.Combinations