Forum Discussion
Anonymous
1 year agoNot applicable
RLS- with 2 user Columns data filter dyamically
Hi when Email 1- apple login he should see the data, same way Email 2 column's mentioned users also should see the same Apple data. How implement RLS for these scenario. > what ever the Email 1 us...
ValtteriN
Community Champion
1 year agoHi, Try something like this in the dax editor of rls:
[Email1] == USERNAME() || SEARCH(username(), [Email2], 1, 0) > 0
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Anonymous
1 year agoNot applicable
VA Syntax error when i use the DAX Shared by you . Any help please