/pbi-emb-rls

An example that shows how Row Level Security can be implemented in power BI Embedded

Power BI Embedded - Row Level Security

This sample shows how Row Level Security can be implemented in a Power BI (PBI) Embedded Application. The Power BI Service Subscription is owned by a Company ‘A’, and a PBI Pro User in this Organization builds the Reports and Datasets and publishes them to the Service. Since these reports would be accessed by Users in an external organization (Contoso, in this example), these reports are embedded in an ASP.NET Mvc Application.

The steps to be followed are covered in the blog article here The PBI Desktop Project that was used to create the sample is available in the Repo. The sample Web Application used here is as available in the documentation link here. Minor changes were made to implement query filter in the Report URL.