> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/bi-tools/power-bi.md).

# Power BI

### Choosing your connection method

|                              | Looker Connector                                                         | Direct Snowflake Connection                                                                |
| ---------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| **Data source**              | Looker semantic layer                                                    | Snowflake warehouse (raw tables)                                                           |
| **Preserves Looker model**   | Yes — governed metrics and Explores carry over                           | No — model must be rebuilt in Power BI                                                     |
| **Power BI Service (Cloud)** | Supported                                                                | Not supported                                                                              |
| **Power BI Desktop**         | Supported                                                                | Supported                                                                                  |
| **Best for**                 | Customers using Looker who want a single source of truth across BI tools | Customers not using Looker, or building Power BI reports independently of the Looker model |

{% hint style="success" %}
**Recommendation:** If you're using Looker as your primary BI tool, connect Power BI via the Looker Connector. This preserves the governed metrics and Explores you've already built in Looker, so definitions stay consistent across reporting surfaces.
{% endhint %}

***

### Connection guides

#### Power BI via the Looker Connector

Use this method to connect Power BI to your Looker semantic layer. Your existing Explores, governed metrics, and dimensions are available directly in Power BI — no rebuilding required.

* [Power BI via Looker Connector](https://help.daasity.com/core-concepts/bi-tools/power-bi/power-bi-via-looker-connector)

#### Power BI via Direct Snowflake Connection

Use this method to connect Power BI Desktop directly to your Daasity warehouse using the Snowflake connector and keypair authentication. This path does not use the Looker semantic layer — you'll build your data model in Power BI from the warehouse tables.

* [Power BI via Direct Snowflake Connection](https://help.daasity.com/core-concepts/bi-tools/power-bi/connecting-power-bi-desktop-to-daasity)

{% hint style="warning" %}
Power BI Service (Cloud) is not supported via direct Snowflake connection. Use the Looker Connector path if you need Power BI Service support.
{% endhint %}

***

### Need help choosing?

Contact <support@daasity.com> and we'll help you pick the right path for your setup.


---

# 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://help.daasity.com/core-concepts/bi-tools/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.
