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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
manalla
Helper V
Helper V

row level security - Based on User logged in, show all the records belonging to his/her region(Geo)

 

Hi All,

 

I am trying to establish some speicifc RLS like below:

Based on the User logged in (who opens the Report Server URL), I need to filter the visuals to show all the records of Region that user belongs to.

 

Example, in my below screen shots, I have two table visuals built on Adventure Workd DW - Dim Customer, Dim Geograpy and FactInternetSales.

Now when a user (Aaron Kumar, second in the screen shot) opens this report, he should be able to see all the records belonging to Regoin = United States. If user (Aaron King, first in the screen shot) opens this report, he should be able to see all the records belonging to Region = Canada.

 

I have tried to add a Role like shown below, two rules for one role. But really dont understand how to achieve this.

AdvWorks1.JPGAdvWorks2.JPGAdvWorks3.JPG

 

Any one can suggest how to acheive this?

 

Thanks

Manoj

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

HI, @manalla 

You could try the expression like this

[Region] in CALCULATETABLE(VALUES(Dim[Region]),FILTER(Dim,Dim[Name]=USERNAME()))

and in your report, adjust as below:

[Region] in CALCULATETABLE(VALUES(Dim[Region]),FILTER(Dim,Dim[EmailAddress]=USERNAME()))

 

3.JPG

 

Result:

For example:

5.JPG6.JPG

 

and here is my pbix file, please try it.

 

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-lili6-msft
Community Support
Community Support

HI, @manalla 

You could try the expression like this

[Region] in CALCULATETABLE(VALUES(Dim[Region]),FILTER(Dim,Dim[Name]=USERNAME()))

and in your report, adjust as below:

[Region] in CALCULATETABLE(VALUES(Dim[Region]),FILTER(Dim,Dim[EmailAddress]=USERNAME()))

 

3.JPG

 

Result:

For example:

5.JPG6.JPG

 

and here is my pbix file, please try it.

 

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.