Forum Discussion
DesNaidoo
5 years agoFrequent Visitor
Need help with DAX RLS filter
Hey Guys, Hope someone can help. I know I sound like a noob...but, I would like to filter one table with values from another table. I am setting up RLS that filters the tables based on the curren...
lbendlin
5 years agoSuper User
1. please do not use USERNAME(), it behaves differently on the desktop and in the service. Use USERPRINCIPALNAME()
2. Normally this type of RLS is implemented through the data model (ie the UserHasGroups table sits upstream from the Groups table and filters it automatically). Is that something you can consider?