question

NandaKishoreKapa-4733 avatar image
0 Votes"
NandaKishoreKapa-4733 asked LilanMadusanka-2082 answered

Embededed power bi report stopped working all of a sudden

My report used to work fine. All of a sudden getting error like "You have exceeded the amount of embed token that can be generated on a shared or ProPlus capacity. You need to purchase Azure capacities to generate embed tokens."

I tried purchasing Power BI Pro plan. And also creating "Power BI Embedded" resource in Azure and assigned it to my subscription. But it didn't help. Still getting the error.

It is frustrating to not get basic help/instructions to fix this issue. Please help.

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

prmanhas-MSFT avatar image
0 Votes"
prmanhas-MSFT answered

@NandaKishoreKapa-4733 Thank you for your query!!!

Please note that PowerBI is currently not supported in the Q&A forums, the supported products are listed over here https://docs.microsoft.com/en-us/answers/products (more to be added later on).

If you have any further queries, I suggest you can ask the experts in the dedicated forum over here:

https://community.powerbi.com/t5/Forums/ct-p/PBI_Comm_Forums

Hope it helps!!!

Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LilanMadusanka-2082 avatar image
0 Votes"
LilanMadusanka-2082 answered

You can use the Power BI report or dashboard in your web application

  1. Using Azure AD application

  2. Using power BI user credential

if you using 1st approach (Use Azure AD application to retrieve Power BI embed token) then you will receive the sudden error

{"error":{"code":"InvalidRequest","message":"You have exceeded the amount of embed token that can be generated on a shared or ProPlus capacity. You need to purchase Azure capacities to generate embed tokens. See https://go.microsoft.com/fwlink/?linkid=868976"}}

The permanent solution is, you have to purchase Azure capacities to generate embed tokens. it makes more than $700 (Suitable for production)

The temporary solution is, you can create a new Azure AD application and assign the required permission to that application as you did for your existing Azure AD application (Suitable for a Development environment)


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.