> 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/install-from-appsource.md).

# Install from Appsource

### Install from Appsource[​](https://docs.powerviz.ai/Guide#install-from-appsource) <a href="#install-from-appsource" id="install-from-appsource"></a>

Powerviz visuals are available in the [Appsource](https://appsource.microsoft.com/en-us/marketplace/apps?exp=ubp8\&page=1\&product=power-bi-visuals\&search=Powerviz). This is the best method to access the custom visual up-to-date versions.

Follow below steps to import visual:

1. Open the Power BI Desktop or Service.
2. To import the visual, click the ellipsis (...) in the `Visualization Pane`.

&#x20;                                                                      &#x20;

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

3. Select `Get more visual` from the list.

&#x20;                                                                      &#x20;

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

> It will open up the AppSource window.

4. Search by the visual name or by the Powerviz name.

&#x20;          &#x20;

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

5. Open the visual and click on ”**Add**”.

&#x20;          &#x20;

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

{% hint style="info" %} <mark style="color:blue;">INFO</mark>

<mark style="color:blue;">Before importing a visual, it is recommended to go through the sample PBIX file, documentation, and demo video. It helps in understanding the visual features in-depth.</mark>
{% endhint %}

6. The Powerviz visual icon will appear in the Visualization pane.

&#x20;                                                                      &#x20;

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

7. Select the visual and start analyzing.

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

<mark style="color:green;">Pin the frequently used custom visuals in the visualization pane by right-clicking on them.</mark>
{% endhint %}


---

# 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/install-from-appsource.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.
