Forum Discussion
AzaharoddinSk
3 years agoFrequent Visitor
Getting report name,url and dataset user using powershell
Hello everyone, my requirement is to obtain the report name, report URL, and the Dataset user. The dataset contains Row-Level Security (RLS), and I need to determine which user has access to which re...
ibarrau
3 years agoSuper User
Hi. You can get some info about the report using the following cmdlets:
However there is no way to obtain RLS data from any request.
You can also use the PowerBi Rest API: https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports-in-group
There are libraries like SimplePBI for python to make it easier.
I hope that helps,