Power BI · Capability
Power BI Analytics and Reporting
Unified workflow for Power BI analytics operations including dataset management, report creation and distribution, dashboard monitoring, workspace administration, and gateway configuration. Used by BI analysts, report developers, and Power BI administrators.
What You Can Do
GET
List datasets
— List all datasets
/v1/datasets
POST
Create dataset
— Create a dataset
/v1/datasets
GET
Get dataset
— Get dataset details
/v1/datasets/{datasetId}
DELETE
Delete dataset
— Delete a dataset
/v1/datasets/{datasetId}
GET
List reports
— List all reports
/v1/reports
GET
List dashboards
— List all dashboards
/v1/dashboards
POST
Create dashboard
— Create a dashboard
/v1/dashboards
GET
List workspaces
— List workspaces
/v1/workspaces
GET
List gateways
— List gateways
/v1/gateways
MCP Tools
list-datasets
List all Power BI datasets
read-only
get-dataset
Get dataset details by ID
read-only
create-dataset
Create a new dataset
delete-dataset
Delete a dataset
idempotent
refresh-dataset
Trigger a dataset refresh
get-refresh-history
Get dataset refresh history
read-only
get-datasources
Get datasources for a dataset
read-only
list-reports
List all Power BI reports
read-only
get-report
Get report details by ID
read-only
clone-report
Clone a report
export-report
Export a report
read-only
get-report-pages
Get pages for a report
read-only
list-dashboards
List all dashboards
read-only
get-dashboard
Get dashboard details
read-only
create-dashboard
Create a new dashboard
get-dashboard-tiles
Get tiles for a dashboard
read-only
list-workspaces
List all workspaces
read-only
create-workspace
Create a new workspace
get-workspace-users
List workspace users
read-only
list-gateways
List data gateways
read-only
get-gateway
Get gateway details
read-only
get-gateway-datasources
Get gateway datasources
read-only
APIs Used
power-bi