Allow Embedding of Power BI Report Server Reports for Extranet Apps. Because of our clients needs data cannot leave our servers and be put on the cloud. Our existing SSRS reports are displayed using a report viewer object, however this will not work for PBIX. We need to ability to embed PBIX and display it externally. Is this going to be possible with Power BI report Server?
Administrator on 05 Jun 2018 07:19:05
Wanted to post an update to one of the pieces called out for this item - In a future update for the product, we're planning to do work to introduce support for ADFS/AAD in Power BI Report Server, and at the same time do work to enable your app to override user authentication in a secure way.
- Comments (59)
RE: Embed Power BI Report Server reports into extranet apps
What is the timeline for releasing a full featured ReportViewer for Power BI Report Server?
RE: Embed Power BI Report Server reports into extranet apps
Are there any plans to provide oauth support to Power BI Report Server? The scenario here is embedding content in to other apps, ideally we could pass a token with permission to Power BI Report Server from the embedding application.
RE: Embed Power BI Report Server reports into extranet apps
Today we are using SharePoint as a internet facing portal and integrating reports into the portal. Different customers view the reports which gets filtered by company. The SharePoint site is also requiring client side certificates which resides on the users smart card. That is the base of our authentication and requires some custom authentication mekanism.
Today we have 20 reports in the portal and approximately 200 users devided into 25 customers. The customers can se each others data on a high level but on a lower level the data needs to be filtered so only customers see their own data.
We would like to get rid of SharePoint and create a lightweight custom ASP.Net site with custom authentication using client certificates and simple user management. To embed the report we would like to either use iFrames with the ability to filter reports but it would be even better to be able to use the JS API to more seamlessly integrate the reports.
RE: Embed Power BI Report Server reports into extranet apps
Thanks Riccardo, our team is very much looking forward to being able to embed Power BI dashboards using custom Auth and as a mobile APP, Power BI visuals are nicer than any other competitor's. Thanks for letting us know you are planning on this.
RE: Embed Power BI Report Server reports into extranet apps
Will this be making it into the GA release of the Aug preview?
RE: Embed Power BI Report Server reports into extranet apps
I also have a need to provide reporting to external customers. Currently, we serve report to users as follows:
1) User logs into an ASP.NET Web Forms app using a custom authentication service that is similar to forms authentication.
2) They select a report from a navigation control, configure available parameters, and run it.
3) The report is viewed via the ReportViewer control.
The reports are authored against SQL and SSAS data sources. This is a multi-tenant SaaS application with multiple customers' data residing in the same tables. Because reports and queries are executed using stored service account credentials, we do not not rely on the databases to enforce row/cell/dimension security. Instead, we limit access to data by passing account number and user number parameters to the reports from parameter pages and as part of drillthroughs. Through the use of ReportViewer event handlers, we verify that an active session is present and that the user hasn't tampered with the security parameters in an attempt to gain access to another account's data.
I would like to use the same approach for embedded PowerBI reports via Power BI Report Server and a control similar to the Reporting Services ReportViewer. Is this on the roadmap?
RE: Embed Power BI Report Server reports into extranet apps
Embedded reports with row level and tab level security by user and role would be amazing.
RE: Embed Power BI Report Server reports into extranet apps
Allow for reports to be embedded in a similar manner to powerbi.com using an on premise version of PBI Report Server.
RE: Embed Power BI Report Server reports into extranet apps
Ideally I'd like a local power BI report server fed from our on site tabular SSAS instance. Currently our externally hosted sites have SSRS reports access report servers which aren't exposed to the internet. I don't think this is possible with Iframes as the URL won't be aware of the report server URL. Can PBIX files be used with something like a standard ReportViewer .NET object?