scorecard
Manage Power BI Goals scorecards (Power BI Metrics, not a Fabric item)
Authentication scope: fabric
List scorecards in a workspace
fabio scorecard list --workspace <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
Read-only · Returns list
Show a scorecard (add –goals to expand its goals)
fabio scorecard show --workspace <value> --id <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
--id |
string |
Yes | Scorecard ID |
--goals |
bool |
No | Expand the scorecard’s goals in the response |
Read-only · Returns object
create
Section titled “create”Create a scorecard
fabio scorecard create --workspace <value> --name <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
--name |
string |
Yes | Scorecard name |
--description |
string |
No | Optional description |
--contact |
string |
No | Optional contact (user email or group) |
Mutates state · Returns object
delete
Section titled “delete”Delete a scorecard (permanent — Power BI has no soft delete)
fabio scorecard delete --workspace <value> --id <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
--id |
string |
Yes | Scorecard ID |
Mutates state · Destructive · Returns void
list-goals
Section titled “list-goals”List a scorecard’s goals
fabio scorecard list-goals --workspace <value> --id <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
--id |
string |
Yes | Scorecard ID |
Read-only · Returns list
create-goal
Section titled “create-goal”Create a goal in a scorecard
fabio scorecard create-goal --workspace <value> --id <value> --name <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
--id |
string |
Yes | Scorecard ID |
--name |
string |
Yes | Goal name |
--rank |
string |
No | Optional display rank (ordering) |
Mutates state · Returns object
delete-goal
Section titled “delete-goal”Delete a goal from a scorecard (permanent)
fabio scorecard delete-goal --workspace <value> --id <value> --goal-id <value>| Flag | Type | Required | Description |
|---|---|---|---|
--workspace |
string |
Yes | Workspace ID |
--id |
string |
Yes | Scorecard ID |
--goal-id |
string |
Yes | Goal ID |
Mutates state · Destructive · Returns void
