Forum Discussion
TCavins
Helper V
3 years agoRow Level Security with OR
Currently have RLS working excellently! Trying to reduce the dataset size for it as every report that external people see, uses it. I want RLS to work as is for external users but want to modify the ...
lbendlin
Super User
3 years agoDo you want to keep these tables connected or are you planning to use the RLS table in lookup mode? When you define the DAX rules for the RLS roles you can use your OR conditional as needed. Might also get away with COALESCE.