COMBIN is a DAX function that returns the number of combinations for a given number of items, useful for determining the total possible number of groups for a given set of items.
Syntax
COMBIN(
Number,
Number_chosen
)
| Argument | Properties | Description |
|---|---|---|
| Number | The number of items. | |
| Number_chosen | The number of items in each combination. |