# Can I use Power BI Pro or Premium per User to Embed?

Yes, it is possible to generate tokens for Embed reports in a Pro or Premium Per User capacity, but according to [Microsoft's official documentation:](https://learn.microsoft.com/en-us/power-bi/developer/embedded/move-to-production)

“Tokens embedded with a Pro or Premium Per User (PPU) license are intended for development testing, so a Power BI Master or Service Principal account can only generate a limited number of tokens.

Purchase a capacity for incorporation into a production environment. There is no limit to how many embedded tokens you can generate when you purchase a capacity.

In development tests, you can use free embedded evaluation tokens with a Pro license. **To embed in a production environment, you must purchase a capacity.**

<figure><img src="https://2731617315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdK3JKuIebMeMb9nnUas8%2Fuploads%2FdjcLFNDbQbhFgqxiew8c%2Fdev%20testing.png?alt=media&#x26;token=8a27d117-d16a-40c3-b52a-0e6ae85c5d24" alt=""><figcaption></figcaption></figure>

The[ Power BI Embedded questions and answers](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-faq#quantos-tokens-inseridos-posso-criar-) page reaffirms that Pro accounts cannot be used for Embedded solutions in production:

“Tokens inserted with a Pro or PPU (Premium Per User) license are intended for development testing, so a Power BI master account or [service entity](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal?tabs=azure-portal) can only generate a limited number of tokens. [Purchase a capacity](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-faq#technical) to insert in a production environment. There is no limit to the number of inserted tokens you can generate when you buy a capacity. In development tests, you can use free insert evaluation tokens with a Pro license. To make an insert in a production environment, you must purchase a capacity.”

<figure><img src="https://2731617315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdK3JKuIebMeMb9nnUas8%2Fuploads%2FCzL3oL1zv85bas5Wvxzt%2Ftokens.png?alt=media&#x26;token=ab3505e5-f462-45ac-90c9-4336330b52da" alt=""><figcaption></figcaption></figure>

The page [Power BI usage scenarios: insert for customers - Power BI | Microsoft Learn](https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-usage-scenario-embed-for-your-customers#licensing) also reinforces that the use of a capability is mandatory in order to use Embedded technologies.

<figure><img src="https://2731617315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdK3JKuIebMeMb9nnUas8%2Fuploads%2FdHNDcbl5pgVIg9VgoKPA%2Flicen.png?alt=media&#x26;token=792aea55-e8c9-4327-af49-b6ce29e80147" alt=""><figcaption></figcaption></figure>

In addition, the content that will be shown in the application MUST NOT be in a personal workspace.

<figure><img src="https://2731617315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdK3JKuIebMeMb9nnUas8%2Fuploads%2FnTLcwMGYot2DgnvVKRqW%2Fconteudo%20inse.png?alt=media&#x26;token=75b03dcc-daf0-40be-9681-b33ceca62966" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
If you are using a platform that uses a Pro account to generate report insertion tokens, without using a capability to do so, you are probably violating Power BI's terms of use and your company could face fines and sanctions from Microsoft.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerembedded.com/faq/licensing/can-i-use-power-bi-pro-or-premium-per-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
