Hi guys!
Sorry, in not good with DAX, it's my first experience with it.
How can i filter one field using a 'IN' and a OR to another Fields on the Row level security(RLS) option?
For Example, in this case in SQL i can make this:
AND ((FIELD IN (1,2,3,4)) OR (FIELD2 IN (500,501,502)))
Many thanks!
↧
Row Level Security Question
↧