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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I am trying to get from this:
Project ID | Project Name | Project Analyst(s) |
1 | Project A | Bob |
2 | Project B | Ricky;#Bob |
3 | Project C | Anna;#Eric;#Victoria;#Andrew |
4 | Project D | Anna;#Eric |
5 | Project E | Anna;#Victoria |
6 | Project F | Victoria |
7 | Project G | Andrew;#Derek |
8 | Project H | Andrew;#Victoria;#Bob |
9 | Project I | Bob |
To this:
Name of Analysts | Number of projects |
Bob | 3 |
Ricky | 1 |
Anna | 3 |
Eric | 2 |
Victoria | 4 |
Andrew | 3 |
Derek | 1 |
I've tried doing a calculate distinct count formula but i am not getting the results as shown. I am trying to show this through a bar chart. Any ideas?
Solved! Go to Solution.
@Anonymous ,
I might try to split those columns in Power Query first. It appears that you have delimiters available. Then rename the columns to PA1, PA2 etc.
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!
@Anonymous ,
I might try to split those columns in Power Query first. It appears that you have delimiters available. Then rename the columns to PA1, PA2 etc.
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!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |