Forum Discussion
Serving reporting to 3rd parties - Content Packs...
- 9 years ago
DanielClark There are few approaches you can take.
1. Get developer AD account created under your client domain and use that to perform power bi development for your client and publish to their power bi portal.
2. Use Power BI Embedded which is Azure service that lets you embed power bi reports into your web application so others can view them without needing power bi account. Check out more details here.
3. Use Publish to Web feature that makes your report available to anyone over the internet with the link. This is less secure option as anyone with the link can see the reports.
4. You can also share dashboards that are created by the account in your domain with users that are outside your organisation.
DanielClark There are few approaches you can take.
1. Get developer AD account created under your client domain and use that to perform power bi development for your client and publish to their power bi portal.
2. Use Power BI Embedded which is Azure service that lets you embed power bi reports into your web application so others can view them without needing power bi account. Check out more details here.
3. Use Publish to Web feature that makes your report available to anyone over the internet with the link. This is less secure option as anyone with the link can see the reports.
4. You can also share dashboards that are created by the account in your domain with users that are outside your organisation.
Thank you very much, I will look into these options!