pbicli dataflow
Commands
pbicli dataflow datasource | Get the datasources of a Power BI dataflow |
pbicli dataflow delete | Deletes a Power BI dataflow from a group |
pbicli dataflow list | List Power BI dataflows in a group |
pbicli dataflow refresh start | Start a refresh of a Power BI dataflow |
pbicli dataflow refresh update | Update a Power BI refresh schedule |
pbicli dataflow show | Get the details of a Power BI dataflow |
pbicli dataflow storage assign | Assign a Power BI group to a dataflow storage account |
pbicli dataflow storage list | List Power BI dataflow storage accounts |
pbicli dataflow storage unassign | Unassign a Power BI group to a dataflow storage account |
pbicli dataflow transaction cancel | Attempts to cancel a Power BI group dataflow transaction |
pbicli dataflow transaction list | List Power BI dataflow Transactions |
pbicli dataflow update | Update dataflow properties, capabilities and settings |
pbicli dataflow upstream | Get the upstream dataflows of a Power BI dataflow |
pbicli dataflow datasource
Get the datasources of a Power BI dataflow
pbicli dataflow datasource [--workspace] [-w]
[--dataflow] [-f]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--dataflow -f <dataflow>
Name or ID of the Power BI dataflow
pbicli dataflow delete
Deletes a Power BI dataflow from a group
pbicli dataflow delete [--workspace] [-w]
[--dataflow] [-f]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dataflow -f <dataflow>
Name or ID of the Power BI dataflow
pbicli dataflow list
List Power BI dataflows in a group
pbicli dataflow list [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace
pbicli dataflow refresh start
Start a refresh of a Power BI dataflow
pbicli dataflow refresh start [--workspace] [-w]
[--dataflow] [-f]
[--notify]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dataflow -f <dataflow>
Name or ID of the Power BI dataflow--notify <option>
Allowed values: always, failure, none
pbicli dataflow refresh update
Update a Power BI refresh schedule
pbicli dataflow refresh update [--workspace] [-w]
[--dataflow] [-f]
[--refresh-schedule]
[--refresh-schedule-file]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dataflow -f <dataflow>
Name or ID of the Power BI dataflow--refresh-schedule <data>
String with the refresh schedule in JSON format. Use @{file} to load from a file--refresh-schedule-file <file>
File with the refresh schedule in JSON format. Deprecated: use --refresh-schedule @{file}
pbicli dataflow show
Get the details of a Power BI dataflow
pbicli dataflow show [--workspace] [-w]
[--dataflow] [-f]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--dataflow -f <dataflow>
Name or ID of the Power BI dataflow
pbicli dataflow storage assign
Assign a Power BI group to a dataflow storage account
pbicli dataflow storage assign [--workspace] [-w]
[--storage-account]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--storage-account <storage>
ID of the Power BI dataflow storage account
pbicli dataflow storage list
List Power BI dataflow storage accounts
pbicli dataflow storage list
pbicli dataflow storage unassign
Unassign a Power BI group to a dataflow storage account
pbicli dataflow storage unassign [--workspace] [-w]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace
pbicli dataflow transaction cancel
Attempts to cancel a Power BI group dataflow transaction
pbicli dataflow transaction cancel [--workspace] [-w]
[--transaction]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--transaction <transaction>
ID of the Power BI dataflow transaction
pbicli dataflow transaction list
List Power BI dataflow Transactions
pbicli dataflow transaction list [--workspace] [-w]
[--dataflow] [-f]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dataflow -f <dataflow>
Name or ID of the Power BI dataflow
pbicli dataflow update
Update dataflow properties, capabilities and settings
pbicli dataflow update [--workspace] [-w]
[--dataflow] [-f]
[--update]
[--update-file]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace. If not provided it uses 'My workspace'--dataflow -f <dataflow>
Name or ID of the Power BI dataflow--update <data>
String with the update dataflow settings in JSON format. Use @{file} to load from a file--update-file <file>
File with the update dataflow settings in JSON format. Deprecated: use --update @{file}
pbicli dataflow upstream
Get the upstream dataflows of a Power BI dataflow
pbicli dataflow upstream [--workspace] [-w]
[--dataflow] [-f]
Parameters
--workspace -w <name>
Name or ID of the Power BI workspace--dataflow -f <dataflow>
Name or ID of the Power BI dataflow