DAX Function Guide

COMBIN
Empty image or helper icon

Sam McKay

CEO & Founder

How does the COMBIN work?
The COMBIN function (DAX) is a type of math and trigonometry DAX function that returns the number of combinations for a given number of items.
COMBIN Formula Syntax

COMBIN(
     number, number_chosen
)

How do you use the COMBIN?

This DAX function is used to determine the total possible number of groups for a given number of items.

Related Blog Posts

Loading

Considerations when using the COMBIN?

The COMBIN function has two arguments: the required number of items and the required number of items for each combination.

Related Video Tutorials

Loading

Formula examples using the COMBIN

=COMBIN(A1, A2)

=COMBIN(A1, A3)

=COMBIN(8,2)

Related Courses

Loading