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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ARomain
Helper I
Helper I

DistinctCount Names by ID

1

Mike
1Mike
2Eli
3Paul
3Mike
3

Stephen

 

I am trying to distinct count names (using a measure) by the ID. If an ID has the same name, I only need it counted once. However, the same name in different IDs have to be counted separately. 

 

I want to get the data as below

ID 1: 1 Name

ID 2: 1 Name

ID 3: 3 Names

Total: 5

 

If I just use Calculate(DistinctCount(Name)), I would only get a value of 4. 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ARomain , Create a measure like

 

countrows(summarize(Table, Table[ID], Table[Name]) )

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

I think you can use your measure with an iterator:

SUMX(VALUES(Table[ID]),  yourMeasure))
amitchandak
Super User
Super User

@ARomain , Create a measure like

 

countrows(summarize(Table, Table[ID], Table[Name]) )

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.