> For the complete documentation index, see [llms.txt](https://docs.powerviz.ai/powerviz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerviz.ai/powerviz/installation-guide/import-through-file.md).

# Import through file

### Import through file[​](https://docs.powerviz.ai/Guide#import-through-file) <a href="#import-through-file" id="import-through-file"></a>

It should be in .Pbiviz file format to import a Power BI Custom Visual file. Make sure the visual is downloaded and stored on the local computer.

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

{% hint style="info" %}
Note\
Please ensure that the imported build has a GUID ending with \_Powerviz. If you do not see the GUID ending with \_Powerviz, it indicates that you are using the AppSource build. This may result in a "Get a License" notification message in the visual, depending on the AppSource license availability.\
\ <img src="/files/cWuUxUoGDwxezPCnOsMD" alt="" data-size="original">        ![](/files/wq4HHiEXapsT6rCnLP3P)
{% endhint %}

Follow the steps:

1. To add a visual in Power BI, select Insert tab > click on `More Visuals` > Select `From my files`.

&#x20;                                                          &#x20;

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-guide/10.png" alt="" width="375"><figcaption></figcaption></figure>

or Select `ellipsis(...)` from the Visualization pane > select `Import a visual from a file`.

&#x20;                                                          &#x20;

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-guide/06.png" alt="" width="375"><figcaption></figcaption></figure>

2. Navigate to the location of `.pbiviz` file on your local computer. Either select the file or double-click to open it.

&#x20;                                  &#x20;

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-guide/07.png" alt="" width="563"><figcaption></figcaption></figure>

> You will get a security prompt to esnure it is a trusted the file.

3. After the visual has been successfully imported, click `OK` in the next dialogue box.

&#x20;                                           &#x20;

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-guide/08.png" alt="" width="563"><figcaption></figcaption></figure>

4. The Powerviz visual icon will appear in the `Visualization pane`. Drag the visual from the visualizations pane to the canvas and start analyzing.

&#x20;                                                          &#x20;

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-guide/09.png" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %} <mark style="color:green;">TIP</mark>

<mark style="color:green;">If you want the visual to remain on the visualization pane for all reports, right-click on it and select “</mark><mark style="color:green;">**Pin to visualization pane”.**</mark>
{% endhint %}

To discover more about Powerviz visuals and their advanced features, continue reading.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.powerviz.ai/powerviz/installation-guide/import-through-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
