Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
I am very new to Power BI (loving it thought!) and need some help, either with how I solve this via DAX or any alternative suggestions.
My use case is that I have several project plans which contain a list of project tasks and resources assigned thereto. Much like in MS Project, the resources are a comma separated list of names. I've created a new table in which I combine the project tasks and these resources and that's what I'm building my report on.
I'm looking for a way to gauge capacity of my team based on how often their names appear on the tasks. SOme of the challenges with the data:
I want to show this data in a bar chart. I started by splitting the names into columns by a comma delimenator but I wasn't sure whether I could just do this via Dax on the original column.
My dataset sample essentially looks like this:
| Resource.1 | Resource.2 | Resource.3 |
| William | John | null |
| Sandra | null | null |
| John | William | Sandra |
What's the best way to approach this?
Solved! Go to Solution.
Hi,
In the Query Editor, when splitting the column, expland the Advanced Options traingle and select rows.
Hi,
In the Query Editor, when splitting the column, expland the Advanced Options traingle and select rows.
Thanks, I needed to take a step back to see the obvious.
You are welcome.
Read about unpivoting your source data to make it suitable for consumption in Power BI.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |