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.
Natarajan_M
4 months agoSuper User
Hi MJG2112 , I have built a solution based on the fabric to address this .
Semantic Link - Model Health & Security Suite : Please take a look at it
Thanks
If you found this helpful, please consider giving it a kudo and marking it as the accepted solution — it goes a long way in helping others facing the same issue.
For more Power BI tips and discussions, let’s connect on LinkedIn:
https://www.linkedin.com/in/natarajan-manivasagan
Cheers!
MJG2112
4 months agoAdvocate II
Thanks, but this looks to be way more than I actually need.