# Power BI

## Export data to Power BI

Acho supports connecting to Power BI via API. Follow the steps below to export data to Power BI.

1\. Click the export button on the top right of the table.&#x20;

![](/files/xJYy0eLxYZMWOEatWQdL)

2\. Select **Power BI** and click **Export to Workflow**.

![](/files/fou12WNiOmOTbSvEVVHs)

3\. In Workflow, drag **Power BI** from the right sidebar to the canvas. Then, link it to the table that you want to export.

![](/files/BZ6uV9BpvEG6xV4JBuz5)

4\.  Acho generates an API link for your table automatically. Then, copy the link.

![](/files/6Nd1HW1bCHzaHQzdPzcQ)

5\. Open your Power BI and navigate to **Get Data > Web.**

![](/files/LBM1kIQ4nHngylphetEM)

6\. Paste the API that you just generated in the input field and click Enter.&#x20;

![](/files/jfs7nO12tQYmdSRaQ4AX)

7\. Once your **Power BI** connects to Acho successfully, a preview window shows up. Click the **Load** button to continue.

![](/files/FIRkMXsU0xgTQQHDdFu3)

8\. It may take a few seconds to retrieve data depending on your table size. When your data is ready, it will appear in the **Fields**.&#x20;

![](/files/4jGZSv2mLwJfl8FKgjWo)

9\. If your table on Acho is changed or updated, you can click the dropdown next to the table name and choose **Refresh data** to retrieve data again.

![](/files/miwHaj6LHkD3fzQroHEe)


---

# 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.acho.io/acho-studio/data-flow/export-data/power-bi.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.
