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.
Approach 1: Using IFrame
Using IFrame we are able to embed with windows auth. But it is not valid approach for Custom Authentication.
Approach 2: Using Report Viewer Control
Using Report View Control in C# WebForms we are able to embed RDL Report. When we are using same piece of code for Power BI Report it is giving Wrong Item Type Error.
Is there any way to embed Power BI Report (Not RDL Report) from Power BI Report Server(On Premise) in ASP.Net Web Application
Using an iframe is really the only embedding option for the on-prem report server and pbix based reports. If you have deployed a customized authentication extension and that is causing issues you probably need to review the code for that to see if you can change that to make it work.