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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
George963852395
New Member

Dynamic ROW level security

Hi All,

 

I have 8 tables that all have relationships (single) to a table like this

EmployeeName (FirstName LastName)DefaultSales_SalesLineName1DefaultSales_PhysicalOfficeName1EmailJob TitleRank
John SmithAPAUMidlajohn.smith@xyz.co.ukArea Sales Manager5
Jenny johnsonSENSSouthjenny.johnson@xyz.co.ukTeam leader4

 

If someone views the dashboard I need to cross reference there email to this where they can only see data from there office, there division and only job titles that are below there number, example, Area sales manager (5) would see Team leader data (4) and thats it.

My current DAX formula for role is:

'Sales Name'[Email]= USERPRINCIPALNAME() &&
'Sales Name'[Job Title] IN VALUES('Sales Name'[Rank]) &&
'Sales Name'[Office] = SELECTEDVALUE('Sales Name'[Office]) &&
'Sales Name'[Division] = SELECTEDVALUE('Sales Name'[Division])
 
Currently no data will display for anyone. I feel like im doing this all very wrong but I am very new to this. Any help much appreciated.
 
 

 

2 REPLIES 2
SaiTejaTalasila
Super User
Super User
George963852395
New Member

For reference here are my relationships

George963852395_0-1716221789596.png

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors