Forum Discussion
MarkPalmberg
3 years agoKudo Commander
Use RLS to prevent URL action in paginated report?
Hi.
I'm hoping to restrict the ability, based on user login, to click from a tablix cell via a URL action to a subreport. Am I able to actually parse the @UserID value, for example, to include something like "if @userid contains sparta.edu then nothing else <url>?"
1 Reply
- amitchandakSuper User
MarkPalmberg , URL is measure, you can create a measure like this and use as url
URL = if([email] = userprincipalname(), Max(Table[URL]) , blank())