Forum Discussion
Hierarchy Row Level security with cascading functionality
Hello kalwabharath44 ,
in general, I would do that with Active Directory groups if that is possible.
So you would only have to map the AD groups to the roles, if a new user is joining the workspace you have to add him to the correct AD group. This could be part of the workflow to gain access.
If you need any help please let me know.
If I answered your question I would be happy if you give it a thumbs up ๐!
Best regards
Denis
Thank you for the response Denis. Also, i have an excel file with L1 L2 L3 and L4 data. can you please guide me on how to build the security model?
- selimovd5 years agoMost Valuable Professional
That depends a lot on the Excel file. Do you have a PowerPivot model or do you "only" have the data in tables? How would you provide the Excel file to your users? What are your data sources?
For example if you do a live connection to an SSAS Tabular with PowerPivot in Excel the security from the SSAS works perfectly fine. If you do a direct query connection to a relational database also the security on the database works.
So it really depends.
- kalwabharath445 years agoFrequent Visitor
Thankyou for the Response Denis. The data is in excel file as a regular sheet and i am pulling that into PowerBI.
Example or online sources have examples where ther are building the heirarchy but whereas i have the data as shown below.
User Email > Supervisor Email > L1 Email > L2 Email > L3 Email > L4 Email
How do i build dynamic row level security based on the data i have.