Forum Discussion

Nishantjain's avatar
Nishantjain
Icon for Continued Contributor rankContinued Contributor
6 years ago

Power 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

  • Hi Nishantjain ,

     

    Yes it is possible, please use the below code

     

    Connect-PowerBIServiceAccount  
    $result=Invoke-PowerBIRestMethod -Url "apps" -M GET | ConvertFrom-Json