Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Sammy22
Helper I
Helper I

Countifs function with unique element

Hello,

 

I am trying to calculate the 'count' column in pBI but am struggling. I need to count the unique number of countries each customer is assigned to, for example John has 4, peter has 1 (Italy).

 

Order NumberCustomerCountryCount
1aJohnUK4
2aDavidMexico3
3aPeterItaly1
1bJohnGermany4
2bDavidFrance3
3bPeterItaly1
1cJohnUK4
2cDavidEgypt3
3cPeterItaly1
4aJohnPoland4
1 ACCEPTED SOLUTION
bhanu_gautam
Super User
Super User

@Sammy22 , Try using below mentioned DAX measure

 

Count = CALCULATE(DISTINCTCOUNT('Table'[Country]), ALLEXCEPT('Table', 'Table'[Customer]))




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

2 REPLIES 2
bhanu_gautam
Super User
Super User

@Sammy22 , Try using below mentioned DAX measure

 

Count = CALCULATE(DISTINCTCOUNT('Table'[Country]), ALLEXCEPT('Table', 'Table'[Customer]))




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Thank you! What if i want a date filter too with a date after 2022-01-02? @bhanu_gautam ?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.