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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.