Forum Discussion
RLS with comparitives
- 6 years ago
no sensible, efficient solution with the current programme. a pity since it seems a typical sort of thing users would want to achieve.
samdthompson , refer if these 2 can be of any help
https://community.powerbi.com/t5/Desktop/DAX-Code-for-Dynamic-RLS/m-p/807960
https://xxlbi.com/blog/configuring-all-access-with-dynamic-row-level-security/
- samdthompson6 years agoMemorable Member
Thanks for the suggestions but these are variants on the dynamic security I already have. They limit the lowest level to seeing only the lowest level. I want each level of user to see the detail for there area of responsibility AND summarized data from the next level up.
For instance the lowest level would see the prices they have sold a bunch of products for and who they sold them to in great detail but would also see the average regional sales price for comparison benchmarking reasons. That average is made up of their peers sales prices withtin their region.I dont really want to create a regional level table since its just a repitition of the same data and seems a very inefficient solution.