Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
rickferreiran
Helper I
Helper I

Got to another page using Drill through (only for specific users)

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?


2 REPLIES 2
SamWiseOwl
Super User
Super User

Hi @rickferreiran 

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?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors