# Import report

### Import Options

There are three types of report imports:

1. **Power BI Report**: This option allows you to import reports that already exist in Power BI.
2. **Web Report**: It is possible to import reports from various online sources, such as Google Data Studio, documents in OneDrive and Tableau, as well as reports present in Power BI Workspaces.
3. **Power BI File**: With this feature, you can publish PBIX files directly to Power BI without needing to use Power BI Desktop.

### **Power BI Report**

In this option, you can view the workspaces where Power Embedded has Administrator permission and import those reports.

<figure><img src="/files/8olY1ZAzoQCO8v95zI6x" alt=""><figcaption></figcaption></figure>

When you select the workspace, all reports in the workspace that have not been imported yet will be listed. You can choose to import them manually one by one or import all at once.

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

{% hint style="warning" %}
If the workspace of the report you want to import is not appearing in the drop-down above, it is likely because the Power Embedded user (PowerEmbedded-App) does not have Administrator permission on that workspace in Power BI Service.
{% endhint %}

### **Web Report**

In Power Embedded, you can embed Web reports or documents stored in SharePoint, OneDrive, and others.

For example, if you have a dashboard in Google Data Studio and need to view it here, simply insert the link and it will automatically be recognized as an external report in the portal.

<figure><img src="/files/2qo8OOGjHbe0saMX5XPN" alt=""><figcaption></figcaption></figure>

Since some sites do not allow this direct embedding process, we offer the option to "Open in a new external tab" to facilitate this integration.

### **Power BI File**

It is also possible to publish Power BI reports stored locally on your computers to workspaces in Power BI service, giving users greater freedom and autonomy.

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

{% hint style="info" %}
To learn more about this feature, visit the [Publishing reports to Power BI through Power Embedded](/en/administration-portal/reports/publish-report-to-power-bi.md) page.
{% 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.br/en/administration-portal/reports/import-report.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.
