Forum Discussion
Anonymous
7 years agoNot applicable
RLS multiple combination
Hi there, I would like to implement Dynamic RLS in Power BI but not like Corporate Heirachy manager or report to The data contain multiple companis and departments and the rolle need to be based on...
- 7 years ago
I just remembered that I had to do something strange with my tables which required me to use the OR. For yours, you should be able to just use the following:
- On the company table - Company[PrincipalName] = UserPrincipalName()
- On the department table - Department[PrincipalName] = UserPrincipalName()
If it doesn't work for you I will work up a PBIX file that I can share to demonstrate what I am thinking.
jtownsend21
7 years agoResponsive Resident
I just remembered that I had to do something strange with my tables which required me to use the OR. For yours, you should be able to just use the following:
- On the company table - Company[PrincipalName] = UserPrincipalName()
- On the department table - Department[PrincipalName] = UserPrincipalName()
If it doesn't work for you I will work up a PBIX file that I can share to demonstrate what I am thinking.
Nazirahmed1982
1 year agoFrequent Visitor
Hi, Please send me the pbix. I need it for a similar issue i am encountering