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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
SG-01
Helper I
Helper I

Count unique distinct values of two columns

Hi,

 

I have the following data:

SeasonRound
20211
20221
20212
20222
20213

 

The combination of Season and Round is in my case unique. I want to count the unique values of those two columns. The total here should be 5.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try 

Measure = COUNTROWS(DISTINCT('Table'[Round]))+COUNTROWS(DISTINCT('Table'[Season]))

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Try 

Measure = COUNTROWS(DISTINCT('Table'[Round]))+COUNTROWS(DISTINCT('Table'[Season]))
Ahmedx
Super User
Super User

pls try this

 

m1 = COUNTROWS(DISTINCT(UNION (VALUES('table'[Product],VALUES('table'[Category])))

 

That does not work unfortunately, for every value it returns 2 instead of 1...

Share sample pbix file to help you.

 

I can't... but I changed my post. If I use your measure I get not enough value back.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors