Forum Discussion
Power BI Cloud dashboards redirection
Hi Team,
I have a sceanrio where I donot want to embed few Power BI dashboards hosted in Power BI service , rather want to paste the links of these dashboards in another web portal. The idea is when users will view the web portal, they will see these Power BI dashboards links and on clicking on those it will redirect to the actual Power BI dashboards.
Will pasting the dashboard url within the code base of the web portal work or there is any other way to this? How will the authentication and authorization of users work ?
Hi. You can embedd power bi inside a custom web. You can use dashboards or reports. The auth can work in two ways. From one hand you can use microsoft authentication like Power Bi already has or you can own the security of the login building a custom one. You can read about that here: https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-tokens?tabs=embed-for-customers
This solutions is already prebuilt by some microsoft partners. An example of a web app embedding power bi is https://pibi.cloud
I hope that helps
1 Reply
- ibarrau
Super User
Hi. You can embedd power bi inside a custom web. You can use dashboards or reports. The auth can work in two ways. From one hand you can use microsoft authentication like Power Bi already has or you can own the security of the login building a custom one. You can read about that here: https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-tokens?tabs=embed-for-customers
This solutions is already prebuilt by some microsoft partners. An example of a web app embedding power bi is https://pibi.cloud
I hope that helps