> For the complete documentation index, see [llms.txt](https://apps.embed-in.com/power-bi-monday.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apps.embed-in.com/power-bi-monday.com/embed-power-bi-in-dashboard.md).

# Embed Power BI in Dashboard

## Step 1: Open Your Dashboard

1. **Navigate to the dashboard** where you want to embed the Power BI report.
2. At the left and top of the screen, click on the **"Add widget"** button (or the plus **(+)** icon next to the existing view tabs).

<figure><img src="/files/KVhbTQU4DE4jOJiwjSvk" alt="" width="375"><figcaption></figcaption></figure>

## Step 2: Choose the App to Embed

1. In the dropdown menu, select **"Apps"**.
2. **The monday.com Widgets Center** will open, showcasing various views.
3. Find **Embed Microsoft Power BI in Dashboard** in installed Apps and click on **Add widget.**

<figure><img src="/files/3IxmCCBljbUehifslGPt" alt=""><figcaption></figcaption></figure>

## Step 4: Open the App on Your Dashboard

1. The embedder will show up, displaying instructions on how to retrieve the URL of your document.

<figure><img src="/files/tUHV8drh92akrW429k18" alt=""><figcaption></figcaption></figure>

## **Step 5: Obtain the URL of Your Power BI Report or Dashboard**

1. Open a new browser tab and **log in to your Microsoft Power BI account**.
2. Find the report or dashboard you wish to embed.
3. Click on the **"File"** or **"Share"** button, depending on your interface.
4. Select **"Embed Report"** or **"Publish to Web"**.
5. **Copy the embed URL** provided.

You can find full instructions on how to get an embedded link on the page [Getting an Embeddable Link from Microsoft Power BI](/power-bi-monday.com/getting-an-embeddable-link-from-microsoft-power-bi.md)

## **Step 6: Insert the URL into monday.com**

1. Return to your monday.com item where the **Embed in Microsoft Power BI in Dashboard**  view is open.
2. On the right side, click on the **settings icon** (a gear symbol).
3. In the settings panel, locate the field labeled **"Report URL"**.
4. **Paste the copied Power BI URL** into this field.

<figure><img src="/files/153pkTvhnp74HEt2iqqr" alt=""><figcaption></figcaption></figure>

1. Your Microsoft Power BI report or dashboard should now display within the item view.
2. **Verify the display** to ensure all elements are loading correctly and are interactive.

<figure><img src="/files/B6HGZbPBLKhPDJiNltVZ" alt=""><figcaption></figcaption></figure>


---

# 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://apps.embed-in.com/power-bi-monday.com/embed-power-bi-in-dashboard.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.
