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
mimiles
Frequent Visitor

Restricting filters to specific users in Power BI report

I have a Power BI report that shows data in the aggregate for a project with 350+ components. I want to share the report with several stakeholders, although each stakeholder should only be able to access data for their respective component. As the report owner, I can filter by component, but I only want stakeholders to see their data and not others. Any ideas?

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @mimiles,

 

Yes, it is possible to enable dynamic RLS at other datasource.

 

Sample:

1. Create a user table which use to store the user name.

 

Measure:

Current User = USERNAME()


2. Create a role based on username function which used to dynamic filter on current user.

 

 Capture.PNG

 

Regards,

Xiaoxin Sheng

 

View solution in original post

Anonymous
Not applicable

Hi @mimiles,

 

I think it is impossible, RLS is a pro feature. For detailed information, you can take a look at below article.

 

Power BI Pro content - what is it?

 

Regards,

Xiaoxin Sheng

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @mimiles,

 

I think dynamic RLS will suitable for your requirement, take a look at below link to know more about it.

 

Tutorial: Dynamic row level security with Analysis services tabular model

 

Regards,

Xiaoxin Sheng

Is there any way to enable dynamic RLS without using a SQL database? I have data feeding from xlsx and json files, on my hard drive as well as via O365 online.

Anonymous
Not applicable

Hi @mimiles,

 

Yes, it is possible to enable dynamic RLS at other datasource.

 

Sample:

1. Create a user table which use to store the user name.

 

Measure:

Current User = USERNAME()


2. Create a role based on username function which used to dynamic filter on current user.

 

 Capture.PNG

 

Regards,

Xiaoxin Sheng

 

Thank you for the instructions, they make sense. Is there any way to acheive RLS without those users having Power BI Pro?

Anonymous
Not applicable

Hi @mimiles,

 

I think it is impossible, RLS is a pro feature. For detailed information, you can take a look at below article.

 

Power BI Pro content - what is it?

 

Regards,

Xiaoxin Sheng

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 Kudoed Authors