Forum Discussion
How to apply Power BI Embedded capacity to workspace
My organization has a Power BI Embedded capacity resource created in Azure. How do I add this resource to my current workspaces?
When I go to turn on Dedicated Capacity, it says I need 'Premium capacity' as well??
And I also don't see any options in the Power BI Embedded capacity settings of the Power BI Admin Page...
Hi justindr24
After creating Power BI Embedded capacity in the Azure portal, to use your new Power BI Embedded capacity, browse to the Power BI admin portal to assign workspaces. For more information, see Manage capacities within Power BI Premium and Power BI Embedded.
From this article, it should be noted that "Capacity admins, for Power BI Embedded capacity, are defined within the Microsoft Azure portal."
Best Regards
Maggie
6 Replies
- asarraf21Frequent Visitor
I had the same problem and finally resolved it by directly calling the REST API:
- Call Capacities - Get Capacities to get the id of your embedded capacity
- Call Capacities - Groups AssignToCapacity to assign a capacity to a given workspace
- To find your workspace id, you can either call the webservice or open it in the browser and look at the url, e.g. https://app.powerbi.com/groups/THIS-IS-YOUR_WORKSPACE_ID/list
Once I linked a workspace to my capacity, the Workspace Setting > Premium tab started showing the linked capacity, even though I cannot change anything there.
- asarraf21Frequent Visitor
Sorry for the late reply, I mentioned it in the first step: call GET CAPACITIES endpoint to get the capacity Id.
- chass
Impactful Individual
Hello,
The fact you don't see the capacity in either location means the owner has not given you permissions.
Thanks
Chuck
- chass
Impactful Individual
Hello,
The fact you don't see the capacity in either location means the owner has not given you permissions.
Thanks
Chuck
- v-juanli-msft
Community Support
Hi justindr24
After creating Power BI Embedded capacity in the Azure portal, to use your new Power BI Embedded capacity, browse to the Power BI admin portal to assign workspaces. For more information, see Manage capacities within Power BI Premium and Power BI Embedded.
From this article, it should be noted that "Capacity admins, for Power BI Embedded capacity, are defined within the Microsoft Azure portal."
Best Regards
Maggie