Forum Discussion
Planky
3 years agoFrequent Visitor
Dynamic RLS and one-to-many relationship
I have a report that I want to use dynamic row level security. While I have implemented basic RLS before, I am getting thoroughly confused with the following situation. I have a user table cons...
- 3 years ago
Planky , Forcefully make it many to many bi-directional with bi-directional security or
or many to many Table 1 filter Table 2
amitchandak
3 years agoSuper User
Planky , Forcefully make it many to many bi-directional with bi-directional security or
or many to many Table 1 filter Table 2
- Planky3 years agoFrequent Visitor
Thanks. I changed the cross filter to both and applied security in both directions, which works. I was reading that doing that should be avoided due to performance issues, but couldnt see how to apply the subsequent dax in my situation.