Forum Discussion

cdavisUser's avatar
cdavisUser
Regular Visitor
6 years ago

DAX command to consider multiple =USERPRINCIPALNAME values in same column

We have a single table that we're using currently to set the RLS / DAX statement against. It is working great.

Email = UserPrincipalName()   , very straightforward.

 

Use case now is allowing multiple users to see the same data. I've read through many of the existing workarounds for this. Is there a way to use Contains or another command that would leave our current schema in tact? Ideally would like to have multiple user names in the same field separated by comma or other delimiter.

 

Thanks for any insight.

 

 

3 Replies