Forum Discussion
amsrivas
Helper IV
5 years agoPowerShell 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 scri...
V-lianl-msft
Community Support
5 years agoHi 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.
amsrivas
Helper IV
5 years agoHi 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