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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Dynamics RLS

Hi,

I am looking at RLS for looking at a user’s id and matrix security level and filtering on it less and equal to.

I have started to look at this I can filter by the user id fine, but I need to also filter on a second table for the security.

I can do this with the desktop via a page level filter, but I am unable to replicate this to the DAX statement in the RLS role.

This is what I have started to build but I am unsure if this is the correct way of doing this?

 

If(
Filter(
'user_data_rls (3)',
'user_data_rls (3)'[ntid]=userprincipalname())
,'user_data_rls (3)'[metric_securty_level] <= RELATED ('metrix_security_temp'[metrix_no]) 
) 

Untitled.png

 

Any help will be great.

Thanks

 

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Please refer to this blog which describe Dynamic RLS in more details and introduce how to write the Dax for RLS.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
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

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Have you solved your problem?

 

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Please refer to this blog which describe Dynamic RLS in more details and introduce how to write the Dax for RLS.

 

Best  Regards,

Cherry

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

Helpful resources

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