Forum Discussion
IMett
Helper III
2 years agoPower BI Scanner API: RLS Information
Hi everyone, I am trying to obtain information about Row Level Security configuration from the Scanner API, as described here: https://learn.microsoft.com/de-de/rest/api/power-bi/admin/workspace...
- 2 years ago
Not sure if its updated recently but I can see roles without members in our PowerBI scans.
Something like -
"roles": [
{
"modelPermission": "Read",
"name": "RoleName",
"tablePermissions": [
{
"filterExpression": "<my filter condition>",
"name": "TablePermissionName"
}
]
},
{
"modelPermission": "Read",
"name": "New role"
}]
One note, we are scanning with lineage, datasetSchema and datasetExpressions parameters as true.
DallasBaba
Skilled Sharer
2 years agoIMett I am not sure if anyone else has experienced the same behavior.
However, I found a Microsoft Learn article that explains how metadata scanning facilitates governance over your organization’s Power BI data by making it possible to quickly catalog and report on all the metadata of your organization’s Power BI artifacts.
Let me know if this works for you. @ me in replies, or I'll lose your thread!!!
Note:
Note:
If this post is helpful, please mark it as the solution to help others find it easily. Also, if my answers contribute to a solution, show your appreciation by giving it a thumbs up!