Forum Discussion
RLS on two different Dimension-Tables
Hi together,
I have the following Star-Schema with three Dimension-Tables and one Fact-Table.
I want to add a RLS Role which has a filter on two Dimension-Tables.
The result shows only the intersection of both filter. Is it possible to get the combination of both, so like an AND connection?
Thank you in advance!
3 Replies
- MFelixSuper User
Hi Anonymous ,
Have you tried adding a user table that gets the related DimOrganization and DimProject and then use it on your RLS.
Check the post below for some additional information
https://community.powerbi.com/t5/Desktop/DAX-Code-for-Dynamic-RLS/m-p/807960
- AnonymousNot applicable
Thank you very much for this feedback!
So, there is no other way to use dynamic RLS? This is the standard approach to put a filter on two dimension-tables for one RLS role?- MFelixSuper User
Hi Anonymous ,
The options I have seen all are based on similar approachs since you need to have the filtering at row level for each of the tables.