> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/v1/user-guides/share-the-power-bi-app/share-with-external-users.md).

# Share with External Users

### Prerequisite

The external users you want to share the Power BI App with have to be existing guests in your Azure AD.

### Add a guest user to your Azure AD

There are several ways to add external users as guests in you Azure AD.&#x20;

We will describe how you can do this with Microsoft Entra:

1. Go to [entra.microsoft.com](https://entra.microsoft.com).
2. Select **All users** in the **Users** section of **Azure Active Directory**<br>

   <figure><img src="/files/JL4On3gLkh3gwpsALk1x" alt=""><figcaption></figcaption></figure>
3. Select **New user**, **Invite external user**<br>

   <figure><img src="/files/I1RbFNO9nVMopchZvugA" alt=""><figcaption></figcaption></figure>
4. Add the **Email** of the external user you will add. Add a welcome message (optional), and click **Review + invite**.<br>

   <figure><img src="/files/kEwjkq4He5Cj10LWOObU" alt=""><figcaption></figcaption></figure>
5. Confirm that everything looks ok, and select **Invite**<br>

   <figure><img src="/files/XPfXrGAzvoCRqNomliHx" alt=""><figcaption></figcaption></figure>
6. You will find the user is added as a guest in your user list<br>

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

### Share the Power BI app with external users

Once you have confirmed that the external user exists as a guest in your Azure AD, you can share the Power Bi app with them.

1. Follow the [**Share App only**](/v1/user-guides/share-the-power-bi-app/share-app-only.md) guide, and give permissions to the guest user<br>

   <figure><img src="/files/rgnXy6smpowrSqE66LXt" alt=""><figcaption></figcaption></figure>
2. The app will not be published automatically to external users. \
   You have to share the link to the app with them. You will find the **App link** under **Links** in the **Permissions** tab where you added the users.<br>

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

Read more about sharing Power BI outside you organization in this Microsoft documentation:\
<https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-share-dashboards#share-outside-your-organization>


---

# 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.bsure.io/v1/user-guides/share-the-power-bi-app/share-with-external-users.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.
