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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Guys,
I have power bi premium per user workspace and want to automatically switch it to embedded capacity.
How to do this?
I have found this rest api:
https://learn.microsoft.com/en-us/rest/api/power-bi/capacities/get-capacities
but it seems that it is listing all existing capacities only:
{
"@odata.context": "https://wabi-west-us-redirect.analysis.windows.net/v1.0/myorg/$metadata#capacities",
"value": [
{
"id": "30F5D2D1-2992-4097-BA16-5AC09AB73FFE",
"displayName": "Premium Per User - Reserved",
"admins": [],
"sku": "PP3",
"state": "Active",
"capacityUserAccessRight": "Assign",
"region": "West US",
"users": []
}
]
}
So from Premium Per User workspace I want to connect it with embedded capacity automatically.
How to make this?
Best wishes,
Jacek
Solved! Go to Solution.
Hi @jaryszek
Hi @jaryszek