Forum Discussion
PowerAuto82
Helper II
3 years agoReport to show all workspaces, dataset, dataflow, reports etc..
Hi,
Is there way to connect to our Power BI Service Tennant that would loop through all the Workspaces that we have on there, and returning the results that will show us thee content within there like:
Dataset
Dataflow
Report
etc...
Thanks
PowerAuto82 , check if power bi cmdlets can help
https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps
2 Replies
- amitchandak
Super User
PowerAuto82 , check if power bi cmdlets can help
https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps
- littlemojopuppy
Community Champion
PowerAuto82 stumbled onto this while looking for something else. You can use the REST APIs to retrieve details about all the reports, datasets, dataflows, etc. and record in a database.