Hi all,
I've put alot of time into figuring out whether or not PBI supports RLS for multiple external users (non-ad) in different roles without having to set a table similar to the one in the documentation:
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedded-rls/
I'm working on a case where I have a report which I want to embedd into a website that external users (100+) can access and they should only be allowed to see their data in the graphs. The report loads data from a multidimensional cube. However, it wont be alot of extra work to make the report load data fstraight from a table/view instead.
e.g. 10 different users in role A , 10 users in Role B etc..
What's kind of makes me belive it does not is the following scentences:
"The GenerateToken API accepts a list of identities with indication of the relevant datasets. Currently only one identity can be provided. Support for multiple datasets will be added, for dashboard embedding, in the future. For RLS to work, you will need to pass the following as part of the identity."
I am greatfull for any help or link to documentation or similar threads in forums.
Regards,