Forum Discussion
Anonymous
9 years agoNot applicable
PowerBi Embedded API Works with RLS!
Hey everyone, One of my frustrations with the new API is that it did not include RLS capabilities that were present in the old 1.x version. I noticed that the API has been updated to 2.0.2 and ...
mohittimpus
Helper V
8 years agoBelow my code for AppownData for PowerBI Embedded-
generateTokenRequestParameters = new GenerateTokenRequest("View", null, identities: new List<EffectiveIdentity> { new EffectiveIdentity(username: "username", roles: new List<string> { "Manager", "Manager1" }, datasets: new List<string> { "bd725bc3-09b4-4c21-84b4-727d84a3f131" }) });
when i pass username for eg: my email & role as Manager then it show result for both Manager & Manager1.
but what i want it should show Manager role for one email, Manager1 for another email?
Its showing proper in Power Bi service but not when run this application.
Can you pls help???