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! Request now

Reply
Anonymous
Not applicable

How do I check permissions within a report

In legacy SSRS, we have AD groups with access to particular folders. This provides access to a particular set of reports by business unit. In our environment, HR reports don't need to be viewed by IT Service Desk, and so forth. We have recently begun rolling out stock reports in SSRS that looks at access permissions for a particular user ID and then will only allow them to look at particular information in the stock report.

 

I am struggling to find the best way to do a similar kind of segmentation in PowerBI. Is there a way to use the existing stored procedure we are using for SSRS to pull up the "allowed" dataset in a PowerBI Desktop report?

 

Ideally, it would be awesome if I could have a landing report that would auto-redirect to the allowed reports. I may be trying to reinvent the wheel here, and so if I'm barking up the wrong tree, as it were, I'm open to alternatives.

 

Thank you!

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Sort of.  Standard practice is to maintain a central mapping table (for example in SQL Server) that your developers can then consume and apply to their RLS rules.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thank you for this! It took me a bit to get this project done around other tasks, but RLS seems to be working perfectly.

lbendlin
Super User
Super User

Sort of.  Standard practice is to maintain a central mapping table (for example in SQL Server) that your developers can then consume and apply to their RLS rules.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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