# Power BI via Looker Connector

### Overview

The Looker–Power BI Connector lets you connect Power BI to your Looker semantic layer. Your existing Explores, governed metrics, and dimensions are available directly in Power BI — no rebuilding required. This is the recommended path for customers who want consistent metric definitions across reporting surfaces.

For full setup details, follow [Google's official Looker–Power BI Connector documentation](https://cloud.google.com/looker/docs/powerbi-connector). The steps below cover what's specific to your Daasity setup.

***

### Prerequisites

**Admin side (one-time setup)**

A Looker admin must enable the connector before any user can set it up:

1. In your Looker instance, go to **Admin → BI Connectors**
2. Toggle on **Microsoft Power BI**

{% hint style="warning" %}
The BI Connectors toggle is off by default. If you don't see the Admin menu, contact your Looker admin or <support@daasity.com>.
{% endhint %}

**User side**

* Power BI Desktop installed on your machine
* Your Looker login credentials (the same credentials you use to log into your Looker instance directly)
* The Looker–Power BI Connector `.mez` file — download from [Google's connector page](https://cloud.google.com/looker/docs/powerbi-connector)

***

### Setup steps

Follow Google's official guide for the full walkthrough:

* [Set up the Looker–Power BI Connector](https://cloud.google.com/looker/docs/powerbi-connector)

When prompted to sign in, use your Looker credentials — not your Google account or Daasity login.

***

### Things to know

**DirectQuery vs. Import Mode**

Use DirectQuery. Import Mode has real limitations with Looker measures and is not recommended.

**Row limit**

Queries cap at 5,000 rows by default. If you need more, contact <support@daasity.com> — your Looker admin can grant `download_without_limit` permission.

**Power BI Service (Cloud)**

Power BI Desktop is the starting point. Once you've built reports in Desktop, you can publish them to Power BI Service. See [Google's Power BI Service guide](https://cloud.google.com/looker/docs/powerbi-service-connector) for the additional steps required.

***

### Need help?

Contact <support@daasity.com>.


---

# Agent Instructions: 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:

```
GET https://help.daasity.com/core-concepts/bi-tools/power-bi/power-bi-via-looker-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
