Forum Discussion
row level security see all
- 5 years ago
Hi, Anonymous
RLS is aimed at data row level filtering. It filters datasets rather than specific reports according to the established role rules.
If you just want some reports to be seen by group A and some to be seen by group B,it is recommended to use blopez11's workaround.
For your instance,if you want user in group B can only see all data in ReportB,you need to create a role, filter ReportB related table by enter a dax expression that return "True" and filter out other tables that are not related to ReportB by entering a dax expression that returns "False".
For example:
Best Regards,
Community Support Team _ Eason
Hi, Anonymous
RLS is aimed at data row level filtering. It filters datasets rather than specific reports according to the established role rules.
If you just want some reports to be seen by group A and some to be seen by group B,it is recommended to use blopez11's workaround.
For your instance,if you want user in group B can only see all data in ReportB,you need to create a role, filter ReportB related table by enter a dax expression that return "True" and filter out other tables that are not related to ReportB by entering a dax expression that returns "False".
For example:
Best Regards,
Community Support Team _ Eason