Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have the following issue with Power BI Embedded App Owns Data + service principal + RLS
I have followed all steps in the to-do in terms of registering an azure app, delegating permissions, enabling service principal etc.
I added all the required IDs to the App-Owns-Data visual studio solution web.config
Whenever I launch the solution though I run into various issues.
I am changing my code for RLS in the Models\embedconfig.cs
What I have not solved yet is amending the code for RLS with effective identity.
This link (https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-row-level-security)
did not help since my username appears to be NULL and thus it goes to the ELSE clause ("generate embed token for report without effective identity")
Does anyone have an idea what the problem might be?