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 to an app and which aren't.
Thanks
Nishant
1 Reply
- Jayendran
Solution Sage
Hi Nishantjain ,
Yes it is possible, please use the below code
Connect-PowerBIServiceAccount $result=Invoke-PowerBIRestMethod -Url "apps" -M GET | ConvertFrom-Json