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
amsrivas
Helper IV
Helper IV

PowerShell to retrieve Power BI Data

Hi All,

Is there any way to retrieve below information for Power BI using PowerShell

 

1. Powershell script to retrieve data which has Relationship between Dataflow and Report.

2. Powershell script to retrieve data which has Relationship between Report and user.

 

Note : I am not looking for PowerBIActivityData

 

Thanks

Amit Srivastava

4 REPLIES 4
V-lianl-msft
Community Support
Community Support

Hi @amsrivas ,

 

Try using Rest API in PowerShell.

https://docs.microsoft.com/en-us/rest/api/power-bi/reports/getreports 

 

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

Hi @V-lianl-msft 

I have already tried provided API however it will give relationship between WorkSpace, Report and Dataset.

 

However, i am looking to established relationship between

1. DataFlow and Report

2. Report and Users (who has access to report)

 

Thanks

Amit 

amitchandak
Super User
Super User

@amsrivas , I think you are looking for Cmdlets, But doubt I have seen them, in the first look at this document

https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak 

Yes, I am looking for Power BI CMDLETS only, however I have already tried all the commands listed in the provided link however couldn't able to fetch required information.

 

Please suggest!!

 

Also, if there any other way to retrieve this data via some other mehtod will be good.

 

Thanks

Amit

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.

Top Solution Authors