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

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

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
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.

Users online (13,063)