# How to import an external report

### 1. Introduction

Power Embedded was designed to support Power BI reports, including paginated reports, dashboards, and traditional reports.

In addition to these types, Power Embedded also supports importing external URLs, which opens up endless possibilities to centralize the management and visualization of reports from different tools on a single platform.

You can even use this feature to securely and auditably share files among your company's employees.

### 2. How to import an external web report

To use this feature, go to the [Reports](https://admin.powerembedded.com.br/Reports) page and click the **Import** > **Web Report** button.

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

Enter the name of the report or file that will be shown in the report portal and provide the original access URL.

<figure><img src="/files/FaKzG1nfoFJr67v11oKW" alt=""><figcaption><p>In this example, I'm importing a report I created in Google Data Studio into Power Embedded</p></figcaption></figure>

{% hint style="info" %}
Many services and websites, such as Canva, Slideshare, and others, block by default the display of their content inside another site (such as Power Embedded), but they provide a button or option to generate a shareable (embed) link that is allowed to be embedded in other sites.\
\
If you try to import a URL and receive an error message when trying to view it in Power Embedded, check if there is an option to generate this shareable link in the service you are trying to embed.
{% endhint %}

After importing this external URL, the report will be available on the reports page like any other Power BI report you have already imported.

All features will be available (except RLS), such as user permissions, groups, choosing a thumbnail image, and audits.

### 3. How to import a file from the Web

Even files can be accessed using this feature, such as a PDF document hosted on a OneDrive account or on SharePoint.

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

### 4. Open in a new external tab

{% hint style="warning" %}
The "Open in a new external tab" option serves 2 scenarios:

* When clicking on the external report, it is useful to always open a new browser tab.
* The server hosting the page or file does not allow content embedding and the connection is refused when trying to use the Web Report feature, and there is no option to generate a shareable link.\
  \
  By enabling this option, the report will open in a new tab and this problem will not occur.
  {% endhint %}

### 5. Viewing external reports in the Reports portal

An external report appears in a separate category in the report portal, as shown in the image below.

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

External reports, links, or files can be viewed normally.

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

{% hint style="warning" %}
Report security and RLS in this format are handled using browser session cookies, where you will need to be logged in to the service you are trying to embed to correctly display the data in Power Embedded and have security filters applied.
{% endhint %}

File viewing follows the same format and standard as external reports.

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

{% hint style="warning" %}
Power Embedded does not host or import the files you want to display on the platform using this import. Therefore, you will need to host these files in an external location such as OneDrive, FTP, or SharePoint.
{% endhint %}

### 6. Auditing external web reports

Access audits are applied normally to external reports, just as they already work for other types of reports.

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

We hope you make great use of this new feature and happy analyzing!


---

# 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/how-to-import-external-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.
