> For the complete documentation index, see [llms.txt](https://docs.opendatablend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opendatablend.io/open-data-blend-analytics/connecting-from-power-bi.md).

# Connecting from Power BI Desktop

{% hint style="info" %}
The instructions on this page are based on the Power BI Desktop February 2021 release.
{% endhint %}

## Supported Power BI Versions

The Open Data Blend Analytics database is hosted in Azure Analysis Services. We recommend that you use the latest version of Power BI Desktop to connect to Open Data Blend Analytics.

## Connecting to the Open Data Blend Analytics Server

On the Power BI ribbon, click `Get Data > Analysis Services`.

<div align="left"><img src="/files/-MULKzKvWDsNUtHn0c3a" alt=""></div>

You will be prompted for the connection details.

<div align="left"><img src="/files/-MULL8Wx6NGL8cZmcQPR" alt=""></div>

Enter the following details and ensure 'Connect live' is selected then click 'OK'.

**Server**: link://analytics.opendatablend.io

**Database**: Leave blank.

{% hint style="info" %}
Instead of 'link://analytics.opendatablend.io' for the server, you can also use 'powerbi://api.powerbi.com/v1.0/analytics.opendatablend.io/Open Data Blend Analytics'
{% endhint %}

You will be prompted to sign into your account. Use your [Analytics User](/open-data-blend-analytics/analytics-users.md) details and follow the additional prompts to complete the login.

<div align="left"><img src="/files/-MUVKppRQKrrZ4FXhQO0" alt=""></div>

When presented with the 'Navigator' screen, expand 'Open Data Blend Analytics', click 'Model', and then click 'OK'.

![](/files/-MkwfBagX4CQ2Y_zfoFs)

{% hint style="info" %}
If you want to work with only a subset of the model, you can choose one of the perspectives (i.e. a named subset of the model). For example, if you want to focus on analysing the prescribing data you would choose 'Prescribing'.
{% endhint %}

Now you can start analysing the data.

![](/files/-MULMk2chNom4foBytZF)

This is what the Open Data Blend Analytics experience looks like in Power BI Desktop.

![](/files/-MbtgeKWMIbzaE8TWhr0)

## Open Data Blend Starter Files

We have created a set of Open Data Blend Starters which are files with a pre-configured connection to Open Data Blend Analytics. You can find the starter for Power BI Desktop [here](https://github.com/opendatablend/starters).


---

# 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.opendatablend.io/open-data-blend-analytics/connecting-from-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.
