This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.