Forum Discussion
Nishantjain
Continued Contributor
6 years agoPower BI cmdlets - lost of Apps
Hi, I know it is possible to get the list of workspaces from the Power BI Cmdlets but is it possible to get the list of apps? I am trying to find the list of reports that have been published ...
Jayendran
Solution Sage
6 years agoHi Nishantjain ,
Yes it is possible, please use the below code
Connect-PowerBIServiceAccount $result=Invoke-PowerBIRestMethod -Url "apps" -M GET | ConvertFrom-Json