Forum Discussion
MJG2112
4 months agoAdvocate II
How Can I Access the RLS Data in a Semantic Model and Report on it?
I want to produce a report showing the RLS roles and the users assigned to them for all the reports in our workspace. How can I access this data and report on it?
- 4 months ago
How about two easy DAX queries?
EVALUATEINFO.ROLES()EVALUATEINFO.ROLEMEMBERSHIPS()That can be run against the semantic models in your workspace, from any place that can run DAX.