Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hei!
I'm working with a dataset listing technical documents with unique numbers. A list of reviewers is assigned to each document. All reviewers are listed in *one field* named "Reviewers" and each name is split by comma.
Challenge: each document has a different number of reviewers. If I split column by comma delimiter, I will end up with anywhere from 1 to 10 columns of names.
Goal: Count how many documents are assigned to each reviewer.
The dataset looks something like this
| DocNo | DocTitle | Area | Reviewers |
| 123-XYZ | Data Sheet | 97 | Person 1, Person 2, Person 3 |
| 456-ROP | Plot Plan | 21 | Person 2, Person 5 |
| 789-LMN | I/O List | 72 | Person 1, Person 2, Person 6, Person 7 |
| 012-SAT | Equipment List | 21 | Person 2, Person 6 |
Aim is to count how many documents Person 2 is responsible for reviewing at every weekly cut-off.
Thanks ever so much for your ideas!
Cheers.
Solved! Go to Solution.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 69 | |
| 50 | |
| 40 | |
| 39 |