Forum Discussion
List Reports and Who Published?
Is there a way to get a list of reports/dashboards and who the publisher/creator was of each? Even if this was limited to one workspace at a time, it would still be useful.
I have seen how you can get a list of reports in PowerShell. But that list doesn't have the workspace or the publisher included, unless I am missing something, which is a distinct possibility due to my lack of PowerShell skills.
Thanks in advance.
Anonymous There is a createdBy property which should be the publisher: Reports - Get Reports - REST API (Power BI Power BI REST APIs) | Microsoft Docs
3 Replies
- Greg_Deckler
Community Champion
Anonymous There is a createdBy property which should be the publisher: Reports - Get Reports - REST API (Power BI Power BI REST APIs) | Microsoft Docs
- AnonymousNot applicable
Thanks Greg_Deckler. I guess I'll have to learn how to use REST API's too. π
- AnonymousNot applicable
There is no createdBy property returned by Reports - Get Reports API, and rightly so, since this API returns a list of reports in the user's My Workspace and only the user themselves can publish the report to their My Workspace.
Other APIs such as Get Reports In Group do not include createdBy property as well.