Forum Discussion
amsrivas
5 years agoHelper 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 scri...
V-lianl-msft
5 years agoCommunity 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.
amsrivas
5 years agoHelper IV
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