Forum Discussion

Log4TurtleShell's avatar
Log4TurtleShell
Frequent Visitor
3 years ago
Solved

How to get Power BI Embedded Capacity ID

I have created a Power BI Embedded Capacity in Azure using the A1 sku. I need to get the ID of this capacity so that I can assign it to my Power BI workspace.

 

If I call the Azure Management API to get capacities, my A1 capacity is returned in the response, but the ID is a string path to the capacity such as "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.PowerBIDedicated/capacities/azsdktest". For the request to assign the capacity to my workspace I need the actual GUID of the capacity.

 

If I call the Power BI API to get capacities, my A1 capacity is not returned. However a PP3 (Premium Per User) capacity is returned. I am using my Service Principal to get a V2 Aad Token to use with this call to get capacities. Why is this call not returning my A1 sku so I can get the capacity ID? 

3 Replies

  • Hi Log4TurtleShell ,

     

    You can find the capacity ID in the URL of the capacity management page. In the Power BI service, go to Settings > Admin portal > Capacity settings, then select a Gen2 capacity. The capacity ID is shown in the URL after /capacities/. For example, 9B77CC50-E537-40E4-99B9-2B356347E584 is the capacity ID in this URL: https://app.powerbi.com/admin-portal/capacities/9B77CC50-E537-40E4-99B9-2B356347E584.

     

    Best Regards,

    Jianbo Li

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Log4TurtleShell's avatar
      Log4TurtleShell
      Frequent Visitor

      Thanks for the reply!

       

      When I go to Capactiy settings there are no capacities listed. Don't I have to assign the capacity to the workspace first?