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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Power BI embedding Capacity and tokens

Hello,

we read in the documentation that Embedding with a PRO License, the number of token is limited, so in production environment is better to assign a capacity to the group.

 

What does exactly mean "limited"?

there'se a maximum number of token?

 

thanks,

best regards

 

 

Status: New
Comments
v-qiuyu-msft
Community Support

Hi @Sam88,

 

You can use Get Available Features API to get token generation usage (in %) from the limitation on shared capacity: https://docs.microsoft.com/en-us/rest/api/power-bi/availablefeatures/getavailablefeatures. You can follow below steps: 

 

1. Please get access token follow the Step 2: Get Access Token (post) posted by adamwallace3 in this thread: https://community.powerbi.com/t5/Developer/How-To-Get-embed-token-using-Get-Post-only/td-p/294475

 

2. Then please call the Get Available Features API with the access token got in above: 

 

w3.PNG

 

Best Regards,
Qiuyun Yu