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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Calling the Workspaces API as admin shows personal workspaces as "Personal Workspace [Full Name]":
{
"id": "13597230-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"isReadOnly": false,
"isOnDedicatedCapacity": false,
"capacityMigrationStatus": "PendingMigration",
"type": "PersonalGroup",
"state": "Active",
"hasWorkspaceLevelSettings ": false,
"name": "PersonalWorkspace Test User"
}
Calling the result from the Scanning API truncates personal workspaces after the first space, resulting in "Personal Workspace [First Name]"
{
"id": "13597230-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "PersonalWorkspace Test",
"type": "Personal",
"state": "Active",
"isOnDedicatedCapacity": false,
[...]
}
This is causing issues with reporting of metadata in organisations where more than one person has the same first name, as some aggregations will incorrectly combine workspaces of different users. This only affects personal workspaces - all other workspaces have their full titles shown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.