Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
We have emebded Power BI report in Angular 4.0 based dashboard and for last 6 months, it used to work fine. From Today i started seeing following error "You have exceeded the amount of embed token that can be generated on a shared capacity". I have pro account, not sure how to fix this issue. Any help in this is well appricated.
BTW, do we know what is number of embded token we can have for pro account
Thanks
Prabhu
Solved! Go to Solution.
Hi @prabhuss,
AFAIK, embed service not include in pro license, you're using trial capacity of embed. It seems like your trial capacity is ran out so you're embed service has been stopped.
You can take a look at following link to trace free embed token usage.
Power BI Developer community March update
Reference link:
Create your Azure free account today
Create Power BI Embedded capacity in the Azure portal
Regards,
Xiaoxin Sheng
any one solved this error please ? @prabhuss @brentlightsey @Analitika @zoloturu @mashenoy
any one solve this please ?
Hi @prabhuss,
You can check the % of the usage of tokens so you can have an idea on where you stand using Get Available Features API call.
https://docs.microsoft.com/en-us/rest/api/power-bi/availablefeatures/getavailablefeatures
GET https://api.powerbi.com/v1.0/myorg/availableFeatures
You can check it via Postman. It is an extension to Google Chrome. https://www.getpostman.com/
To login to this app you would need a google mail account (Gmail) and to execute API call - Power BI Service Pro account. Let me know if you need more assistance here.
As result, you will receive similar output as below:
{ "@odata.context": "http://wabi-us-north-central-redirect.analysis.windows.net/v1.0/myorg/$metadata#Microsoft.PowerBI.ServiceContracts.Api.AvailableFeatures", "features": [ { "name": "cdsa", "state": "Disabled", "extendedState": "DisabledByAdmin", "additionalInfo": null }, { "name": "embedTrial", "state": "Enabled", "extendedState": "Enabled", "additionalInfo": { "usage": 27 } } ] }
where 27 - is a percentage of used tokens per account and will not be refreshed within some time
@zoloturu I checked that embedTrial generates 0 % usage of token. How I could check my used token usage, I need token usage in application in Power BI. I have tried to pass application (client_id) id but it doesn't work, no response. Link: https://docs.microsoft.com/en-us/rest/api/power-bi/available-features/get-available-feature-by-name. I used this link also. So how to find it?
That token usage is actually tied specifically to your individual pro license, or whatever pro user your authenticating as when generating the embed token. So 0 is a good sign, it means you haven't used up at least 10% of your usage yet. You have a lot more embeds still left with that user. Still, keep in mind that this usage is intended for dev and test purposes only, so when you really need to go to production, get the A1 SKU or higher.
I bought A1 Setup, but still I see Exceeded the amount of embded token, Please advise
Hi @prabhuss,
Please run the GET request I've mentioned in a previous message and paste it to a thread here.
And one more question. When you embed do you have your A1 instance on pause or running?
Regards,
Ruslan
Hi @prabhuss,
AFAIK, embed service not include in pro license, you're using trial capacity of embed. It seems like your trial capacity is ran out so you're embed service has been stopped.
You can take a look at following link to trace free embed token usage.
Power BI Developer community March update
Reference link:
Create your Azure free account today
Create Power BI Embedded capacity in the Azure portal
Regards,
Xiaoxin Sheng
Do we know the behaviour of Power BI Embedded Service once the dedicated capacity exceeds thresholds ?
Do we have a degraded /slower experience OR does it throw a 403 ?
It will throw an error kinda 'memory allocation failure'. You have the same experience when using Power BI Desktop report which will require more RAM than your PC has. Use Windows Performance Monitor to track memory per application.
Regards,
Ruslan
-------------------------------------------------------------------
Did I answer your question? Mark my post as a solution!
@zoloturu , do you know if the "usage" number ever decreases (for example, over time)? Or is it always increasing forever?
I'd love to know this number as well since we suddenly hit this limit yesterday and it was surprising... we can't plan capacity if we don't know when our "trail" is over? This should be publicaly documented for all those in development mode looking to move to production.
@Anonymous I created a new user and license to run experiements on this question. I ran this experiment in September 2020, and found the following numbers, at least for my particular case:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
25 | |
17 | |
11 | |
10 | |
10 |
User | Count |
---|---|
35 | |
28 | |
19 | |
16 | |
13 |