> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/powerbi/test-the-power-bi-connection.md).

# Test the Power BI connection

Test the connection before your first sync.

This checks whether the saved settings work.

### The test checks

* the hostname and port
* the username and password
* whether the connection can be opened

{% stepper %}
{% step %}

### Open Data Sync

Go to **Settings → Data Sync**.
{% endstep %}

{% step %}

### Check the saved settings

Make sure the connection fields are filled in.
{% endstep %}

{% step %}

### Start the test

Click **Test connection**.
{% endstep %}

{% step %}

### Review the result

Wait for the result message.

Fix any shown errors.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>How long does the test take?</summary>

Usually a few seconds.

</details>

<details>

<summary>Do I need to test every time?</summary>

No.

Test after setup or after connection changes.

</details>

<details>

<summary>What if the test works but syncing fails?</summary>

Check the sync history next.

The problem can be outside the connection itself.

</details>

### Related topics

* [**PowerBI**](/marketplace-packages-and-power-ups/power-ups/powerbi.md)
* [**View sync history**](/marketplace-packages-and-power-ups/power-ups/powerbi/view-sync-history.md)
* [**Power-Ups**](/marketplace-packages-and-power-ups/power-ups.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/powerbi/test-the-power-bi-connection.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.
