Forum Discussion
Yamabushi
Helper I
4 years agoHow does row-level security without relationships work?
Hi, I've been reading a lot of blog posts that recommend avoiding setting up RLS with bi-directional relationships in the model. Instead, they recommend using DAX to set up the correct filters. T...
v-chenwuz-msft
Community Support
4 years agoHi Yamabushi ,
Ok, each row in "Categories" will be identified if match the expression result you defined.
For example. the result of your expression is "a", then each rows in the table and [categories] is "a" will be load to the table. The "a" comes from all the rows of "User" where User[user] = username() then gets the max one of them.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.