Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Embed Power BI Report Server reports into extranet apps

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?
Status: Under Review
Comments
cwilson1
New Member
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?
fbcideas_migusr
New Member
Allow for reports to be embedded in a similar manner to powerbi.com using an on premise version of PBI Report Server.
sbillingsley1
New Member
Embedded reports with row level and tab level security by user and role would be amazing.
MitchMcBride
New Member
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?
jeffrey_fonten2
New Member
Will this be making it into the GA release of the Aug preview?
marcenfaa
Frequent Visitor
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.
martin_d_larss2
New Member
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.
Adz82
New Member
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.
malikirfan281
New Member
Dear @Riccardo Muti, Any update on custom Authentication for embedding dashboard to custom application from on-premises PBIRS? If this feature is still late then can we automate Integrated Windows Authentication i.e. don't show login dialog to user when display report in my custom application but automate logic through code?
ifergus
New Member
What is the timeline for releasing a full featured ReportViewer for Power BI Report Server?