Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
johnpjustus
Helper IV
Helper IV

List of workspaces,scheduled datasets, dataflows etc.

Hello All,

 

In our PowerBI service environment, we have workspaces (premium, premium capacity) , dataflows that refreshes on schedule, sematic models that refreshes on schedule, reports etc.,

Is there any report that has all this information?

Thanks,

John

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @johnpjustus ,

 

As you mentioned, you can use rest api's to get the list of workspaces, data flow, report's etc.
As an example, I have used dataflow to get the information about dataflow by providing groupid through the following url:

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows

vkongfanfmsft_0-1708409840753.png

 

Also, you can refer to below document:

Dataflows - Get Dataflows - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Workspaces - List - REST API (Azure Power BI Workspace Collections) | Microsoft Learn

Reports - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards,
Adamk Kong

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @johnpjustus ,

 

As you mentioned, you can use rest api's to get the list of workspaces, data flow, report's etc.
As an example, I have used dataflow to get the information about dataflow by providing groupid through the following url:

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows

vkongfanfmsft_0-1708409840753.png

 

Also, you can refer to below document:

Dataflows - Get Dataflows - REST API (Power BI Power BI REST APIs) | Microsoft Learn

Workspaces - List - REST API (Azure Power BI Workspace Collections) | Microsoft Learn

Reports - REST API (Power BI Power BI REST APIs) | Microsoft Learn

 

Best Regards,
Adamk Kong

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

@johnpjustus Not a single report that I know of. You could use the Power BI Admin PowerShell Cmdlets to extract the data and create the report.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Thanks for the response Greg. Thats so sad.

Let me look in to the API's..

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.