COMBINA is a DAX function that returns the number of combinations with repetitions for a given number of items.
Syntax
COMBINA(
Number,
Number_chosen
)
| Argument | Properties | Description |
|---|---|---|
| Number | Must be greater than or equal to 0, and greater than or equal to Number_chosen. Non-integer values are truncated. | |
| Number_chosen | Must be greater than or equal to 0. Non-integer values are truncated. |