Search Results for

    Show / Hide Table of Contents

    pbicli import

    Commands

    pbicli import dataflow Upload of Power BI dataflow JSON file
    pbicli import list List Power BI imports
    pbicli import pbix Upload of Power BI PBIX file (< 1GB)
    pbicli import pbix-large Start an upload of Power BI PBIX file (> 1GB, < 10GB)
    pbicli import rdl Upload of Power BI RDL file
    pbicli import show Get the details of a Power BI import
    pbicli import temp Creates a temporaty upload location for a Power BI report

    pbicli import dataflow

    Upload of Power BI dataflow JSON file

    pbicli import dataflow [--workspace] [-w]
                           [--file]
                           [--conflict]
    

    Parameters

    • --workspace -w <name>
      Name or ID of the Power BI workspace. If not provided it uses 'My workspace'

    • --file <file>
      Path to the dataflow JSON file

    • --conflict <option>
      Option to resolve a dataflow name conflict. Allowed values: Abort, GenerateUniqueName

    Global Parameters

    pbicli import list

    List Power BI imports

    pbicli import list
    

    Global Parameters

    pbicli import pbix

    Upload of Power BI PBIX file (< 1GB)

    pbicli import pbix [--workspace] [-w]
                       [--file]
                       [--name]
                       [--conflict]
                       [--skip-report]
    

    Parameters

    • --workspace -w <name>
      Name or ID of the Power BI workspace. If not provided it uses 'My workspace'

    • --file <path>
      Path to the PBIX file

    • --name <name>
      The display name of the dataset with file extension. Default the file name is used

    • --conflict <option>
      Option to resolve a dataset name conflict. Default value is 'Ignore'. Allowed values: Abort, CreateOrOverwrite, Ignore, Overwrite

    • --skip-report
      Do not import the report from the PBIX file

    Global Parameters

    pbicli import pbix-large

    Start an upload of Power BI PBIX file (> 1GB, < 10GB)

    pbicli import pbix-large [--workspace] [-w]
                             [--name]
                             [--url]
                             [--conflict]
                             [--skip-report]
    

    Parameters

    • --workspace -w <name>
      Name or ID of the Power BI workspace. If not provided it uses 'My workspace'

    • --name <name>
      The display name of the dataset

    • --url <url>
      Url of the temporary blob storage

    • --conflict <option>
      Option to resolve a dataset name conflict. Default value is 'Ignore'. Allowed values: Abort, CreateOrOverwrite, Ignore, Overwrite

    • --skip-report
      Do not import the report from the PBIX file

    Global Parameters

    pbicli import rdl

    Upload of Power BI RDL file

    pbicli import rdl [--workspace] [-w]
                      [--file]
                      [--name]
                      [--conflict]
    

    Parameters

    • --workspace -w <name>
      Name or ID of the Power BI workspace. If not provided it uses 'My workspace'

    • --file <file>
      Path to the RDL file

    • --name <name>
      The display name of the report with file extension. Default the file name is used

    • --conflict <option>
      Option to resolve a report name conflict. Allowed values: Abort, Overwrite

    Global Parameters

    pbicli import show

    Get the details of a Power BI import

    pbicli import show [--workspace] [-w]
                       [--import] [-i]
    

    Parameters

    • --workspace -w <name>
      Name or ID of the Power BI workspace. If not provided it uses 'My workspace'

    • --import -i <import>
      Name or ID of the Power BI import

    Global Parameters

    pbicli import temp

    Creates a temporaty upload location for a Power BI report

    pbicli import temp [--workspace] [-w]
    

    Parameters

    • --workspace -w <name>
      Name or ID of the Power BI workspace. If not provided it uses 'My workspace'

    Global Parameters

    Feedback

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX