Search Results for

    Show / Hide Table of Contents

    pbicli scorecard

    Commands

    pbicli scorecard create Create a Power BI scorecard
    pbicli scorecard delete Delete a Power BI scorecard
    pbicli scorecard goal create Adds a new goal to a scorecard
    pbicli scorecard goal delete Deletes a goal from a Power BI scorecard
    pbicli scorecard goal disconnect Disconnects the current value or target of a connected goal
    pbicli scorecard goal history Gets the refresh history of a connected goal
    pbicli scorecard goal list List Power BI scorecard goals in a workplace
    pbicli scorecard goal refresh Schedules a refresh of the current value or target of a connected goal
    pbicli scorecard goal rule create Creates or updates status rules of a goal
    pbicli scorecard goal rule delete Removes status rule definitions from a goal
    pbicli scorecard goal rule show Show status rules of a goal
    pbicli scorecard goal show Get the details of a Power BI scorecard connected goal
    pbicli scorecard goal value create Creates a new goal value check-in
    pbicli scorecard goal value delete Deletes a goal value check-in
    pbicli scorecard goal value list List the goal value check-ins
    pbicli scorecard goal value note create Creates a new goal value check-in note
    pbicli scorecard goal value note delete Deletes a goal value check-in note
    pbicli scorecard goal value note update Updates a goal value check-in note
    pbicli scorecard goal value show Show a goal value check-ins
    pbicli scorecard goal value update Updates a goal value check-in
    pbicli scorecard list List Power BI scorecards
    pbicli scorecard move Moves goals within the scorecard
    pbicli scorecard show Get the details of a Power BI scorecard
    pbicli scorecard update Update a Power BI scorecard

    pbicli scorecard create

    Create a Power BI scorecard

    pbicli scorecard create [--workspace] [-w]
                            [--scorecard] [-s]
                            [--description]
                            [--contact]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --description <description>
      Description of the Power BI scorecard

    • --contact <contact>
      Contact of the Power BI scorecard

    Global Parameters

    pbicli scorecard delete

    Delete a Power BI scorecard

    pbicli scorecard delete [--workspace] [-w]
                            [--scorecard] [-s]
    

    Parameters

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

    • --scorecard -s <name>
      Name or ID of the Power BI scorecard

    Global Parameters

    pbicli scorecard goal create

    Adds a new goal to a scorecard

    pbicli scorecard goal create [--workspace] [-w]
                                 [--scorecard] [-s]
                                 [--goal] [-g]
                                 [--definition]
                                 [--definition-file]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name of the Power BI scorecard goal

    • --definition <definition>
      String with the goal definition in JSON format. Use @{file} to load from a file

    • --definition-file <file>
      File with the goal definition in JSON format. Deprecated: use --definition @{file}

    Global Parameters

    pbicli scorecard goal delete

    Deletes a goal from a Power BI scorecard

    pbicli scorecard goal delete [--workspace] [-w]
                                 [--scorecard] [-s]
                                 [--goal] [-g]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    Global Parameters

    pbicli scorecard goal disconnect

    Disconnects the current value or target of a connected goal

    pbicli scorecard goal disconnect [--workspace] [-w]
                                     [--scorecard] [-s]
                                     [--goal] [-g]
                                     [--current]
                                     [--target]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --current
      Disconnect the current value of the goal

    • --target
      Disconnect the target value of the goal

    Global Parameters

    pbicli scorecard goal history

    Gets the refresh history of a connected goal

    pbicli scorecard goal history [--workspace] [-w]
                                  [--scorecard] [-s]
                                  [--goal] [-g]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    Global Parameters

    pbicli scorecard goal list

    List Power BI scorecard goals in a workplace

    pbicli scorecard goal list [--workspace] [-w]
                               [--scorecard] [-s]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    Global Parameters

    pbicli scorecard goal refresh

    Schedules a refresh of the current value or target of a connected goal

    pbicli scorecard goal refresh [--workspace] [-w]
                                  [--scorecard] [-s]
                                  [--goal] [-g]
                                  [--current]
                                  [--target]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --current
      Schedules a refresh of the current value of the goal

    • --target
      Schedules a refresh of the target value of the goal

    Global Parameters

    pbicli scorecard goal rule create

    Creates or updates status rules of a goal

    pbicli scorecard goal rule create [--workspace] [-w]
                                      [--scorecard] [-s]
                                      [--goal] [-g]
                                      [--definition]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --definition <definition>
      String with the goal definition in JSON format. Use @{file} to load from a file

    Global Parameters

    pbicli scorecard goal rule delete

    Removes status rule definitions from a goal

    pbicli scorecard goal rule delete [--workspace] [-w]
                                      [--scorecard] [-s]
                                      [--goal] [-g]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    Global Parameters

    pbicli scorecard goal rule show

    Show status rules of a goal

    pbicli scorecard goal rule show [--workspace] [-w]
                                    [--scorecard] [-s]
                                    [--goal] [-g]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    Global Parameters

    pbicli scorecard goal show

    Get the details of a Power BI scorecard connected goal

    pbicli scorecard goal show [--workspace] [-w]
                               [--scorecard] [-s]
                               [--goal] [-g]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    Global Parameters

    pbicli scorecard goal value create

    Creates a new goal value check-in

    pbicli scorecard goal value create [--workspace] [-w]
                                       [--scorecard] [-s]
                                       [--goal] [-g]
                                       [--definition]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --definition <definition>
      String with the goal definition in JSON format. Use @{file} to load from a file

    Global Parameters

    pbicli scorecard goal value delete

    Deletes a goal value check-in

    pbicli scorecard goal value delete [--workspace] [-w]
                                       [--scorecard] [-s]
                                       [--goal] [-g]
                                       [--timestamp]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --timestamp <timestamp>
      The timestamp for the value of the goal

    Global Parameters

    pbicli scorecard goal value list

    List the goal value check-ins

    pbicli scorecard goal value list [--workspace] [-w]
                                     [--scorecard] [-s]
                                     [--goal] [-g]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    Global Parameters

    pbicli scorecard goal value note create

    Creates a new goal value check-in note

    pbicli scorecard goal value note create [--workspace] [-w]
                                            [--scorecard] [-s]
                                            [--goal] [-g]
                                            [--timestamp]
                                            [--text]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --timestamp <timestamp>
      The timestamp for the value of the goal

    • --text <text>
      String with the note text in JSON format. Use @{file} to load from a file

    Global Parameters

    pbicli scorecard goal value note delete

    Deletes a goal value check-in note

    pbicli scorecard goal value note delete [--workspace] [-w]
                                            [--scorecard] [-s]
                                            [--goal] [-g]
                                            [--timestamp]
                                            [--note]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --timestamp <timestamp>
      The timestamp for the value of the goal

    • --note <note>
      ID of the note

    Global Parameters

    pbicli scorecard goal value note update

    Updates a goal value check-in note

    pbicli scorecard goal value note update [--workspace] [-w]
                                            [--scorecard] [-s]
                                            [--goal] [-g]
                                            [--timestamp]
                                            [--note]
                                            [--text]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --timestamp <timestamp>
      The timestamp for the value of the goal

    • --note <note>
      ID of the note

    • --text <text>
      String with the note text in JSON format. Use @{file} to load from a file

    Global Parameters

    pbicli scorecard goal value show

    Show a goal value check-ins

    pbicli scorecard goal value show [--workspace] [-w]
                                     [--scorecard] [-s]
                                     [--goal] [-g]
                                     [--timestamp]
                                     [--expand]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --timestamp <timestamp>
      The timestamp for the value of the goal

    • --expand <entity>
      Expands related entities inline, receives a comma-separated list of data types. Allowed values: notes

    Global Parameters

    pbicli scorecard goal value update

    Updates a goal value check-in

    pbicli scorecard goal value update [--workspace] [-w]
                                       [--scorecard] [-s]
                                       [--goal] [-g]
                                       [--timestamp]
                                       [--definition]
    

    Parameters

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

    • --scorecard -s <scorecard>
      Name of the Power BI scorecard

    • --goal -g <goal>
      Name or ID of the Power BI scorecard goal

    • --timestamp <timestamp>
      The timestamp for the value of the goal

    • --definition <definition>
      String with the goal definition in JSON format. Use @{file} to load from a file

    Global Parameters

    pbicli scorecard list

    List Power BI scorecards

    pbicli scorecard list [--workspace] [-w]
    

    Parameters

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

    Global Parameters

    pbicli scorecard move

    Moves goals within the scorecard

    pbicli scorecard move [--workspace] [-w]
                          [--scorecard] [-s]
                          [--definition]
                          [--definition-file]
    

    Parameters

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

    • --scorecard -s <name>
      Name or ID of the Power BI scorecard

    • --definition <definition>
      String with the 'goal move' definition in JSON format. Use @{file} to load from a file

    • --definition-file <file>
      File with the 'goal move' definition in JSON format. Deprecated: use --definition @{file}

    Global Parameters

    pbicli scorecard show

    Get the details of a Power BI scorecard

    pbicli scorecard show [--workspace] [-w]
                          [--report] [-r]
                          [--scorecard] [-s]
    

    Parameters

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

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

    • --scorecard -s <name>
      Name or ID of the Power BI scorecard

    Global Parameters

    pbicli scorecard update

    Update a Power BI scorecard

    pbicli scorecard update [--workspace] [-w]
                            [--scorecard] [-s]
                            [--definition]
                            [--definition-file]
    

    Parameters

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

    • --scorecard -s <name>
      Name or ID of the Power BI scorecard

    • --definition <definition>
      String with the scorecard definition in JSON format. Use @{file} to load from a file

    • --definition-file <file>
      File with the scorecard definition in JSON format. Deprecated: use --definition @{file}

    Global Parameters

    Feedback

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