> For the complete documentation index, see [llms.txt](https://developer.ultimo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ultimo.net/connectors/bi-platform/how-to-connect-power-bi-to-the-ultimo-database.md).

# How to connect Power BI to the Ultimo database

## Add BI IP addresses to the whitelist

Add the Power BI IP address(es) to the whitelist of your Ultimo database if you want the reports to be published to app.powerbi.com. The official IP ranges of Power BI can be found here:&#x20;

{% embed url="<https://www.microsoft.com/en-us/download/details.aspx?id=56519>" %}

The official ranges are huge and therefor have a negative impact on the security. In daily practice we use a more pragmatic approach, because it is our experience that Microsoft only uses a handful of IP ranges for a particular environment. Based on this experience we have the following steps:&#x20;

1. Configure the database refresh after uploading the report / semantic model (\*).&#x20;
2. Power BI will provide you an IP address that is not allowed to make a connection. &#x20;
3. Find the corresponding IP address range in the link above.&#x20;
4. Add the found IP range in the Ultimo Portal to your IP whitelist. See our '[create database user](/connectors/bi-platform/create-database-user.md)' page. Do not forget to press the button "*Update Database User*" to push your changes into the system.
5. Repeat this process from step two on until the connection is made.&#x20;

After 2 to 5 ranges the whitelist is correctly extended.&#x20;

## Connect Power BI

Open Power BI Desktop and at the popup window select Get data

<figure><img src="/files/sDmWSsXhaowasACf87Tl" alt="" width="355"><figcaption></figcaption></figure>

Select Database and SQL Server database.

![](/files/3Zu1hxqCd6sYWjaatkCm)

Press Connect.

![](/files/WSp6HHNiyC2RwxMnqFq6)

Fill in the server and database as provided in the Ultimo portal. Press Ok.

![](/files/f8Kbk087Vin6CTiY5NmW)

Select the Database tab. Fill in the provided user name and password.&#x20;

Select at *Select which level to apply these settings to* the second option containing the server and database name. Press Connec&#x74;*.*

![](/files/pkoxj0uZKvGobLpRPlHB)

The navigator is opened and you can start creating reports.

## Ultimo database tips

* If your organization has not much experience with the Ultimo data dictionary check the database views starting with applv\_bi\_fact. They contain all the data is a easy to read format.
* In the Ultimo Configuration Tool (UCT) > Documentation > Entity overview, you can find all entities containing the database columns and foreign key links to other entities


---

# 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://developer.ultimo.net/connectors/bi-platform/how-to-connect-power-bi-to-the-ultimo-database.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.
