Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
how to implement RLS for power bi report which is embadded to .net web application. where the web application is logged in based on organization name(like Test,Demo) without domain name.
Hi golojuprasanna, in order to use RLS on an embedded report, you need to EffectiveIdentities on the code. Theat would be the name of the role. You have to find out how to send the correct role name for each users depending on your code. One idea is storing name and role in your software.
You can read more in here: https://learn.microsoft.com/en-us/power-bi/developer/embedded/cloud-rls
I hope that helps,
Happy to help!