pbicli dashboard
Commands
pbicli dashboard create | Create a Power BI dashboard |
pbicli dashboard delete | Delete a Power BI dashboard |
pbicli dashboard list | List Power BI dashboards in a workspace |
pbicli dashboard show | Get the details of a Power BI dashboard |
pbicli dashboard tile create | Clone a Power BI dashboard tile |
pbicli dashboard tile list | List Power BI dashboard tiles in a workspace |
pbicli dashboard tile show | Get the details of a Power BI dashboard tile |
pbicli dashboard create
Create a Power BI dashboard
pbicli dashboard create [--workspace] [-w]
[--dashboard] [-d]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dashboard -d <dashboard>
Name of the Power BI dashboard
pbicli dashboard delete
Delete a Power BI dashboard
pbicli dashboard delete [--workspace] [-w]
[--dashboard] [-d]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dashboard -d <dashboard>
Name or ID of the Power BI dashboard
pbicli dashboard list
List Power BI dashboards in a workspace
pbicli dashboard list [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'
pbicli dashboard show
Get the details of a Power BI dashboard
pbicli dashboard show [--workspace] [-w]
[--dashboard] [-d]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dashboard -d <dashboard>
Name or ID of the Power BI dashboard
pbicli dashboard tile create
Clone a Power BI dashboard tile
pbicli dashboard tile create [--workspace] [-w]
[--dashboard] [-d]
[--tile] [-t]
[--dest-dashboard]
[--dest-workspace]
[--dest-model]
[--dest-report]
[--abort]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dashboard -d <dashboard>
Name of the Power BI dashboard--tile -t <tile>
Name or ID of the Power BI dashboard tile--dest-dashboard <destdashboard>
ID of the destination Power BI dashboard--dest-workspace [destworkspace]
ID of the destination Power BI workspace--dest-model [destmodel]
ID of the destination Power BI model/dataset--dest-report [destreport]
ID of the destination Power BI report--abort
If set the clone action will be arborted if the row/column position is not available
pbicli dashboard tile list
List Power BI dashboard tiles in a workspace
pbicli dashboard tile list [--workspace] [-w]
[--dashboard] [-d]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dashboard -d <dashboard>
Name or ID of the Power BI dashboard
pbicli dashboard tile show
Get the details of a Power BI dashboard tile
pbicli dashboard tile show [--workspace] [-w]
[--dashboard] [-d]
[--tile] [-t]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dashboard -d <dashboard>
Name or ID of the Power BI dashboard--tile -t <tile>
Name or ID of the Power BI dashboard tile