Skip to content

Latest commit

 

History

History
161 lines (106 loc) · 3.99 KB

reference-app.md

File metadata and controls

161 lines (106 loc) · 3.99 KB
uid title documentId
reference/app
pbicli app
5ac71024-3ab5-43a3-a611-3ff1ca124c17

pbicli app

Commands

pbicli app dashboard list List dashboards of a Power BI apps
pbicli app dashboard show Get the detail of a dashboard of a Power BI app
pbicli app dashboard tile list List of dashboard tiles of a Power BI apps
pbicli app dashboard tile show Get the details of a dashboard tile of a Power BI apps
pbicli app list List Power BI apps
pbicli app report list List reports of a Power BI apps
pbicli app report show Get the detail of a report of a Power BI app
pbicli app show Get the details of a Power BI app

pbicli app dashboard list

List dashboards of a Power BI apps

pbicli app dashboard list [--app] [-a]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

[!div class="global-parameters"]

Global Parameters

pbicli app dashboard show

Get the detail of a dashboard of a Power BI app

pbicli app dashboard show [--app] [-a]
                          [--dashboard] [-d]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

  • --dashboard -d <dashboard>
    Name or ID of the dashboard of the Power BI app

[!div class="global-parameters"]

Global Parameters

pbicli app dashboard tile list

List of dashboard tiles of a Power BI apps

pbicli app dashboard tile list [--app] [-a]
                               [--dashboard] [-d]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

  • --dashboard -d <dashboard>
    Name or ID of the dashboard of the Power BI app

[!div class="global-parameters"]

Global Parameters

pbicli app dashboard tile show

Get the details of a dashboard tile of a Power BI apps

pbicli app dashboard tile show [--app] [-a]
                               [--dashboard] [-d]
                               [--tile] [-t]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

  • --dashboard -d <dashboard>
    Name or ID of the dashboard of the Power BI app

  • --tile -t <tile>
    Name or ID of the tile of the dashboard of the Power BI app

[!div class="global-parameters"]

Global Parameters

pbicli app list

List Power BI apps

pbicli app list

[!div class="global-parameters"]

Global Parameters

pbicli app report list

List reports of a Power BI apps

pbicli app report list [--app] [-a]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

[!div class="global-parameters"]

Global Parameters

pbicli app report show

Get the detail of a report of a Power BI app

pbicli app report show [--app] [-a]
                       [--report] [-r]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

  • --report -r <report>
    Name or ID of the report of the Power BI app

[!div class="global-parameters"]

Global Parameters

pbicli app show

Get the details of a Power BI app

pbicli app show [--app] [-a]

Parameters

  • --app -a <app>
    Name or ID of the Power BI app

[!div class="global-parameters"]

Global Parameters

Feedback