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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

row level security see all

Dear all,

 

I have a workspace, with multiple reports, i want some reports to be seen by group A and some to be seen by group B.

Although you cant hide the report for one another, i can make the reports 'empty' with the use of RLS.

So therefore i would like to set up RLS where if you are assigned a role, you can see the data of the report, and if you are not in the group you cant see it.

 

For instance, group B can see Report B. how can i set up this RLS with an role that can see all data.

 

data looks like this:

dimension table with departmens:

DepartmentUser
AA1
BB

2

CC3

So my users in group B can see all the departmens, how can this work?

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

RLS is aimed at data row level filtering. It filters datasets rather than specific reports according to the established role rules.

If you just want some reports to be seen by group A and some to be seen by group B,it is recommended to use blopez11's workaround.

For your instance,if you want  user in  group B can only see all data in ReportB,you need to create a role, filter ReportB related table by enter a dax expression that return "True" and filter out other tables that are not related to ReportB by entering a dax expression that returns "False".

For example:

124.png

 

Best Regards,
Community Support Team _ Eason

View solution in original post

3 REPLIES 3
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

RLS is aimed at data row level filtering. It filters datasets rather than specific reports according to the established role rules.

If you just want some reports to be seen by group A and some to be seen by group B,it is recommended to use blopez11's workaround.

For your instance,if you want  user in  group B can only see all data in ReportB,you need to create a role, filter ReportB related table by enter a dax expression that return "True" and filter out other tables that are not related to ReportB by entering a dax expression that returns "False".

For example:

124.png

 

Best Regards,
Community Support Team _ Eason

blopez11
Super User
Super User

Instead of RLS, how about do not grant your report consumers access to the workspace, but instead grant them access to the specific reports for which you want them to have access

 

Create two security groups, (just for example, group_A, group_B), then share specific reports with group_A and other specific reports with group_B

Anonymous
Not applicable

thanks for your answer @blopez11  but i would like them to use the apps instead of workspaces in the end. since we have a premium capacity.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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