The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am looking to publish embedded reports and dashboards to my website. These are client based reports so there is a different URL for each report. Since there are different URLs for different clients and the application registration is looking for a specific URL for the application, I need to know:
1. Can I register the website as an application and embed using javascript
a. If so, do I need to register each client report page as a different application?
b. If not, does someone have a recommendation on where to look to find the missing piece between Power BI Premium and the website? I see that I can create an Azure app but am not seeing anything specific in the web apps that indicates it is used to publish Power BI dashboards & reports.
Solved! Go to Solution.
@leslieangelia wrote:
I am looking to publish embedded reports and dashboards to my website. These are client based reports so there is a different URL for each report. Since there are different URLs for different clients and the application registration is looking for a specific URL for the application, I need to know:
1. Can I register the website as an application and embed using javascript
a. If so, do I need to register each client report page as a different application?
b. If not, does someone have a recommendation on where to look to find the missing piece between Power BI Premium and the website? I see that I can create an Azure app but am not seeing anything specific in the web apps that indicates it is used to publish Power BI dashboards & reports.
What do you mean "register the website as an application. In Power BI Embedding cases, the registered apps refer to Azure AD app, which is used to do authentication. See this demo integrate-report-web-app.
@leslieangelia wrote:
I am looking to publish embedded reports and dashboards to my website. These are client based reports so there is a different URL for each report. Since there are different URLs for different clients and the application registration is looking for a specific URL for the application, I need to know:
1. Can I register the website as an application and embed using javascript
a. If so, do I need to register each client report page as a different application?
b. If not, does someone have a recommendation on where to look to find the missing piece between Power BI Premium and the website? I see that I can create an Azure app but am not seeing anything specific in the web apps that indicates it is used to publish Power BI dashboards & reports.
What do you mean "register the website as an application. In Power BI Embedding cases, the registered apps refer to Azure AD app, which is used to do authentication. See this demo integrate-report-web-app.