Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
ID | Status | Owner |
1 | In progress | Bob |
1 | In progress | Claire |
2 | Complete | Bob |
4 | Not started | Harry |
4 | Not started | Tom |
5 | Complete | Bob |
6 | Complete | Bob |
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.
@Anonymous
If this is what you are looking for:
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
Proud to be a Super User!
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |