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,
We have a project tracker list in Sharepoint and the Assigned To column can have multiple resources assigned to a task. When creating a dashboard and trying to display resources in the Gantt view in Power BI I am getting "#12" instead of the resource name(s). I exported the list to excel and I am seeing that there is a ";#12" after the resource name when there is only one person assigned to the task and multiple semi-colon,hashtag, number sequence when multiple resources are assigned.
How can I get rid of the special characters that are being inserted by Sharepoint and to display the resource names in the dashboard?
Best Regards,
Ramkumar
Please see this article too for another way to pull your data, including expanded columns like people info.
Updated – Get SharePoint List Data … Fast – Hoosier BI
Pat
Hi @Ramkumar_Kashya,
To get rid of the special characters and display the resource names in the dashboard, you can use the following steps:
Create a new column in the project tracker list in SharePoint that extracts the resource names from the Assigned To column. You can do this by using the following formula in a calculated column:
=IF(ISBLANK([Assigned To]),"",IF(ISNUMBER(FIND(";#",[Assigned To])),LEFT([Assigned To],FIND(";#",[Assigned To])-1),[Assigned To]))
This formula checks if there are multiple resources assigned to a task, and if so, it extracts the first resource name before the ";#" separator. If there is only one resource assigned, it simply displays that resource name.
Refresh the data in Power BI to pull in the new calculated column.
Use the new column you created as the "Resources" column in your Gantt chart visual.
Format the visual to show the Resource names in the desired way.
By following these steps, you should be able to display the resource names in your dashboard without the special characters that SharePoint adds.
Best regards,
Isaac Chavarria
If this post helps, then please consider Accepting it as the solution and giving Kudos to help the other members find it more quickly.
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 |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 71 | |
| 38 | |
| 29 | |
| 27 |