Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
jaryszek
Impactful Individual
Impactful Individual

Swithing to premium per user from embedded capacity workspace

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

1 ACCEPTED SOLUTION
Akash_Varuna
Super User
Super User

Hi @jaryszek 

  • Use the Get Capacities API to find your Embedded capacity ID.
  • Use the Assign to Capacity API with the workspace ID (groupId) and Embedded capacity ID to move the workspace.
    If this post helped please do give a kudos and accept this as a solution 
    Thanks In Advance

View solution in original post

1 REPLY 1
Akash_Varuna
Super User
Super User

Hi @jaryszek 

  • Use the Get Capacities API to find your Embedded capacity ID.
  • Use the Assign to Capacity API with the workspace ID (groupId) and Embedded capacity ID to move the workspace.
    If this post helped please do give a kudos and accept this as a solution 
    Thanks In Advance

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors