Forum Discussion
Nazdac911
Helper II
3 years agoAdvanced Power BI security Scenario
Hi all I am facing a big challenge to build a security system inside my compnay , its simillar to the follwing problem : imagine a school system : I have three dim tables (Managers , Teachers...
Nazdac911
Helper II
3 years agoSince its groupe level security so I will use static RLS !
lbendlin
Super User
3 years agoCool. Next step is to define the roles. I think you have that already. Next step is to define the scope for each role, ie the DAX formula that evaluates to true for each of them. These formulas then need to be applied to the DIMENSION tables in your data model. No point in applying the RLS to fact tables - the RLS rules must be able to impact filters.