Forum Discussion
PBInewbie21
6 years agoHelper II
Report Owner
Hi, We have many developes who creates Power BI reports and publishes on a Workspace. As an admin I want to find out who has published it. Is there a way to find out who has created it? Also, T...
- 6 years ago
Hi PBInewbie21 ,
You can see the Owner in the "Contact" information for each report in the top middle of the screen like this:
That is manual and is time consuming, perhaps there is an API that you can use:
https://docs.microsoft.com/en-us/rest/api/power-bi/
I would appreciate Kudos if my response was helpful. I would also appreciate it if you would Mark this As a Solution if it solved the problem. Thanks!
- 6 years ago
hi PBInewbie21
Another way is that you could see it in auditing logs.
See more details in this same post:
Regards,
Lin
apo1979prio
5 years agoHelper I
let
SourceMaterial = PowerBIRESTAPI.Navigation(),
Admin = SourceMaterial{[Key="Admin"]}[Data],
GroupUsersAsAdmin = Admin{[Key="GroupUsersAsAdmin"]}[Data]
in
GroupUsersAsAdmin