# How to configure the workspace

{% embed url="<https://www.youtube.com/watch?v=rf7Hpz8CSOs>" %}

To be able to import Power BI reports into Power Embedded, you will need to do two things in the workspace:

1. Change the Workspace capacity to Premium capacity (Microsoft Fabric or Power BI Embedded).
2. Add the created Service Principal (Power Embedded user) as an administrator of the workspaces from which you want to import reports (can be more than 1).

To change the Workspace capacity to Premium capacity (Microsoft Fabric or Power BI Embedded), access the workspace and click the "Workspace settings" button.

<figure><img src="/files/1f0WuUbC9KzsQanD9ojM" alt=""><figcaption></figcaption></figure>

If your screen is too small, click the 3 dots and select the "Workspace settings" option.

<figure><img src="/files/K5dPslMsJx4s7p40vkHN" alt=""><figcaption></figcaption></figure>

In the screen that opened, click the "License info" menu, then choose one of the Premium licenses below:

* Premium capacity (Discontinued and replaced by Fabric)
* Embedded (Power BI Embedded)
* Fabric capacity (Fabric)
* Trial (Fabric Trial = F64)

<figure><img src="/files/0NlQcE3Kk4pgqVXVX5FA" alt=""><figcaption></figcaption></figure>

The choice of license will depend on the type of license contracted and available in your environment.

{% hint style="warning" %}
The **Premium capacity** option will only be available if you have a Premium capacity available in your environment, just as **Embedded** and **Fabric capacity** will also only be available if you have at least one resource of those types created in Azure.

In addition, your user must be configured as a **Capacity administrator** for this resource in Azure.

The **Trial** option will only be available if your user has an active Fabric trial.
{% endhint %}

In the "License capacity" field, select the resource you created earlier from the list.

Click the "Select license" button at the bottom of the page.

From this moment on, this workspace is now on Premium capacity and associated with the Power BI Embedded or Fabric resource.

{% hint style="warning" %}
If you pause this resource, the Workspace will become inaccessible, even when using a Pro account and accessing it directly through the portal. Datasets will also not update and will return errors when trying to update if the capacity is paused.
{% endhint %}

The last step is to add the Power Embedded user to the Workspace.

To add the Power Embedded user (PowerEmbedded-App) as an administrator of a workspace, access the workspace, click the 3 dots, and select the "Manage access" option.

<figure><img src="/files/FWkE1cOF4m5tDkrr6mwI" alt=""><figcaption></figcaption></figure>

Click the "+ Add people or groups" button.

<div align="left"><figure><img src="/files/DvSuwe8wV7iuDPrnPM99" alt=""><figcaption></figcaption></figure></div>

Search for the name of the application created earlier (PowerEmbedded-App) and remember to change the access level to "Admin". After that, click the "Add" button.

<div align="left"><figure><img src="/files/hwNhia1fc5lijSDTxrWO" alt=""><figcaption></figcaption></figure></div>

Done! Power Embedded now has access to this workspace. Repeat this for all Workspaces from which you want to import reports.

{% hint style="info" %}
To configure capacity in the Azure portal, see [Capacity Configuration](https://github.com/dirceuresende/docs-power-embedded-english/blob/main/administration-portal/artefatos/capacidades/README.md).
{% 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/administration-portal/reports/how-to-configure-workspace.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.
