Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi!
I need help to calculate the unique number of people working only on one type of BusinessUnits, but sometimes staff work on the same type of Unit but in different departments.
For example
Sarah works in Sales in two departments and Jenni also works in Sales but in one department. In total I have four staff but in the results when I filter on Sales BusinessUnit I only want to get 2 in the results, because only Sarah and Jenni work in Sales, and not in any other Unit.
Is it possible?
Table
PersonID | FirstName | LastName | BusinessUnit | Department |
556677 | Matt | Olsen | Sales | Department 1 |
556677 | Matt | Olsen | Production | Department 1 |
775566 | Jenni | Grant | Sales | Department 1 |
445566 | Daniel | LaRusso | Consultant | Department 1 |
994455 | Sarah | Connor | Sales | Department 1 |
994455 | Sarah | Connor | Sales | Department 2 |
Solved! Go to Solution.
There you go 🙂
Proud to be a Super User!
why can’t we count Matt, he works in the sales department?
556677 | Matt | Olsen | Sales | Department 1 |
Matt also works on another Unit, i only want to show the result of people working on one type of unit.
I would recommend you to create a new column to differentiate that by concatenating PersonID with Business Unit. Then create a measure to distinct count this new column (Measure = DISTINCTCOUNT([ColumnName]). Then create a visual and add only the Person ID and then the Measure. You can know use the filter pane to filter the visual for Measure is 1.
Proud to be a Super User!
Could you elaborate further or show me how to do it?
This is amazing! Thank you!
Is it possible to get the result of 3 to show on a card?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.