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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Count number of distinct values from one column filtered by values from another column

I've stumbled upon other similar posts but haven't found the answer I am looking for.

I have a project table that contains duplicated IDs because there are more than one owners of the project.

IDStatusOwner
1In progressBob
1In progressClaire
2CompleteBob
4Not startedHarry
4Not startedTom
5CompleteBob
6CompleteBob

I want to count the number of distinct IDs filtered by the Status to show on a card visualization.

I've tried distinctcount but i'm not sure if i am using the filter dax properly.

1 REPLY 1
Nathaniel_C
Community Champion
Community Champion

@Anonymous 

If this is what you are looking for:disCount.PNG

Use this.

DistinctCount = DISTINCTCOUNT('Table'[Owner])


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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