Forum Discussion
campelliann
3 years agoPost Patron
Join Paths are expected to Form a Tree. Two Join Paths To Table... Row Level Security Error
Hi, I am getting this error when I test a role. The role filter is applied on the Table "Lookup_BU" (upper left in the model below) I am not sure why this happens. I dont understand if it is the...
jaap_olsthoorn
2 years agoAdvocate II
For me the issue was that the measure that was being used, used CROSSFILTER to overrule some relationships. I re-wrote the measure to not use CROSSFILTER but something else (I stored the list of values I needed in a calculatetable, and referred to that instead of using any relationships at all).
What I still don't understand is that this measure broke when using RLS, but not when using the exact same filters using the filter pane or a slicer. Not sure what the real difference is between the two.