pbicli report
Commands
pbicli report clone | Clones a Power BI report from a group |
pbicli report datasource list | List the datasources of a Power BI report [DEFAULT] |
pbicli report datasource update | Update the datasources of a Power BI paginated report |
pbicli report delete | Deletes a Power BI report from a group |
pbicli report export download | Download the exported Power BI report |
pbicli report export start | Start a Power BI report export |
pbicli report export status | Get the status of a Power BI report export |
pbicli report list | List Power BI reports in a group |
pbicli report page | Get the details of a Power BI report page |
pbicli report rebind | Rebind a Power BI report to a dataset |
pbicli report show | Get the details of a Power BI report |
pbicli report update | Updates a Power BI report with to a dataset |
pbicli report clone
Clones a Power BI report from a group
pbicli report clone [--workspace] [-w]
[--report] [-r]
[--name]
[--target-dataset]
[--target-group]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--name <name>
Name of the new Power BI report--target-dataset <dataset>
ID of the Power BI dataset for the cloned report. If not provided, the same dataset is used--target-group [group]
ID of the Power BI group for the cloned report. If not provided, the same group is used and if [workspaceId] is not provided 'My workspace' is used
pbicli report datasource list
List the datasources of a Power BI report [DEFAULT]
pbicli report datasource list [--workspace] [-w]
[--report] [-r]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report
pbicli report datasource update
Update the datasources of a Power BI paginated report
pbicli report datasource update [--workspace] [-w]
[--report] [-r]
[--update-details]
[--update-details-file]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--update-details <data>
String with the paginated report datasources details in JSON format. Use @{file} to load from a file--update-details-file <file>
File with the paginated report datasources details in JSON format. Deprecated: use --update-details @{file}
pbicli report delete
Deletes a Power BI report from a group
pbicli report delete [--workspace] [-w]
[--report] [-r]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report
pbicli report export download
Download the exported Power BI report
pbicli report export download [--workspace] [-w]
[--report] [-r]
[--export]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--export <export>
ID of the Power BI report export
pbicli report export start
Start a Power BI report export
pbicli report export start [--workspace] [-w]
[--report] [-r]
[--format]
[--config]
[--config-file]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--format <format>
Format of the exported report. Supported: PDF, PPTX (All report types) PBIX (Power BI reports) CSV, DOCX, IMAGE, MHTML, PNG, XLSX, XML (Paginated reports)--config <data>
String with additional export config in JSON format. Use @{file} to load from a file--config-file <file>
File with additional export config in JSON format. Deprecated: use --config @{file}
pbicli report export status
Get the status of a Power BI report export
pbicli report export status [--workspace] [-w]
[--report] [-r]
[--export]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--export <export>
ID of the Power BI report export
pbicli report list
List Power BI reports in a group
pbicli report list [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'
pbicli report page
Get the details of a Power BI report page
pbicli report page [--workspace] [-w]
[--report] [-r]
[--page-name]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--page-name <name>
Name of the Power BI report page
pbicli report rebind
Rebind a Power BI report to a dataset
pbicli report rebind [--workspace] [-w]
[--report] [-r]
[--target-dataset]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--target-dataset <dataset>
ID of the new Power BI dataset for the rebound report
pbicli report show
Get the details of a Power BI report
pbicli report show [--workspace] [-w]
[--report] [-r]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report
pbicli report update
Updates a Power BI report with to a dataset
pbicli report update [--workspace] [-w]
[--report] [-r]
[--source-group]
[--source-report]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--report -r <report>
Name or ID of the Power BI report--source-group <group>
ID of the source Power BI group--source-report <report>
ID of the source Power BI report