> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/walkthroughs/power-bi-integration/link-data-to-power-bi.md).

# Link data to Power BI

## 🌐 Link data to Power BI web version

For the web version of Power BI we will use the CSV file with respondents data. To do this you need to generate the CSV data file and then to upload it from your device to the online tool.

![](/files/-MHfK6s8JGAxc57ekyx-)

![](/files/-MHfhtoWDdLHME5N-qKj)

1. Go to the [**Data export** ](/form-management/data-export.md)at the left vertical toolbar
2. Press [**CSV / Excel**](/form-management/data-export/data-exports/csv-excel.md) to generate data export for download.&#x20;
3. At the web version of the Power BI tool use **Get Data** button&#x20;
4. Press **Get** at the **Files** part of the Create new content section to upload the CVS file
5. Upload the file from your device

{% hint style="success" %}
Once the data is generated, it will be automatically downloaded to your device.
{% endhint %}

## 💻 Link data to Power BI desktop version

To link data to the desktop version of the Power BI you can use the [web link](/form-management/data-export/data-exports/export-jobs.md) of the data export, which will allow to have an automatic refresh of the data in your report.

![](/files/-MHfcZ6nD0NFDxpOyxfj)

![](/files/-MHfbHJ3lzKiQ9LkGBDQ)

1. At the Data export page go to the ⚙️**Properties** of the the CSV export results file
2. Enable [Public job result download](/form-management/data-export/data-exports/export-jobs.md#export-jobs-properties)
3. Press doubled rectangle near URL to **Copy the link**

![](/files/-MHfe-dFH4wftBrCJ8tj)

![](/files/-MHfe3bVzHvG8vXgncKw)

![](/files/-MHffd5owVAxMG_gcAoz)

1. At the Desktop version of Power BI go to the **File** menu and choose **Get data**
2. Select 🌐 Web option
3. Paste the copied link
4. Press **OK** to link the data with Power BI tool


---

# 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.ngsurvey.com/walkthroughs/power-bi-integration/link-data-to-power-bi.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.
