Search code examples
powerbipowerbi-embeddedpowerbi-datasourcepower-bi-report-server

Embedding PowerBI reports and authenticate in web application without using Azure AD


I have embedded power bi report public access url in my web application, which is not authenticated. Is their any way i can authenticate the report without using Azure AD? Please do reply with solution.

Thanks in Advance


Solution

  • Are you talking about 'Publish-To-Web' solution (https://learn.microsoft.com/en-us/power-bi/service-publish-to-web), if so - no, there is no way to authenticate access to such published report.

    For getting authenticated access to embedded report, you should use PowerBI embedded (see https://azure.microsoft.com/en-us/services/power-bi-embedded)