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

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

Reply
saranee
Helper I
Helper I

Row level security to see organization data for different users

Hi all,

 

Request your help on this : 

We have a table containing emailids of some people outside our orgainization and also within our organization.The requirement is that when these people log on they are going to see all the detail only of their organizations(all data related to them as well as of others who belong to same organization).

 

Please can you help me with the dax expression .

 

I tried applying a filter on organization name column in manage roles in power bi desktop but this not at all working:

LOOKUPVALUE([Organization Name],Emailid,USERNAME())

 

My objective is to pick up organization name if the emailid of the person logged on is there in emailid column.

 

Thnaks,

Saranee

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

@saranee,

 

The following DAX filter expression works for me. You might also need to check the relationship.

[Organization Name] = LOOKUPVALUE(Table1[Organization Name],Table1[Emailid],USERPRINCIPALNAME())
Community Support Team _ Sam Zha
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-chuncz-msft
Community Support
Community Support

@saranee,

 

The following DAX filter expression works for me. You might also need to check the relationship.

[Organization Name] = LOOKUPVALUE(Table1[Organization Name],Table1[Emailid],USERPRINCIPALNAME())
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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