Forum Discussion
Anonymous
8 years agoNot applicable
Row Level Security and Slicer
Hello Experts, I am stuck with one problem and need your guidance. I have a table and it has 4 departemnts like 10,20,30 and 40. I have set the RLS with each departments respective managers s...
- 8 years ago
Anonymous,
You may add the following DAX filter expression.
|| LOOKUPVALUE ( Table1[dept], Table1[shareddata], Table1[dept] ) = 10
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
You may add the following DAX filter expression.
|| LOOKUPVALUE ( Table1[dept], Table1[shareddata], Table1[dept] ) = 10