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
Hello I have a card with a measure that has a possibility of drill through and go to anothe rpage with some details about that measure, however I need to implement a solution that only specific users can drill through.
I was thinking using page level security but I have no asnwer por that.
Can somenone help?
You could set the drillthrough target to something like
Dynamic Drill =
If(
UserPrincipalName() IN Values(table[allowed user column])
,"Page name" --case sensitive
,"" --Either blank or some other page
)
To test it go to Modelling | View as Role | Other User | Enter the email address you want to test.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Are you sure that this will work?
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.