Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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>?"
@MarkPalmberg , URL is measure, you can create a measure like this and use as url
URL = if([email] = userprincipalname(), Max(Table[URL]) , blank())
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.