Microsoft Power BI
Manage Power BI workspaces, dashboards, reports, datasets, refreshes, and report exports.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Power BI OAuth token by listing accessible workspaces. | Validate the Power BI OAuth token by listing accessible workspaces. |
list_workspacesList Power BI workspaces accessible to the token. | List Power BI workspaces accessible to the token. |
list_dashboardsList dashboards in My workspace or a specific Power BI workspace. | List dashboards in My workspace or a specific Power BI workspace. |
get_dashboardGet details for a Power BI dashboard. | Get details for a Power BI dashboard. |
list_reportsList reports in My workspace or a specific Power BI workspace. | List reports in My workspace or a specific Power BI workspace. |
get_reportGet details for a Power BI report. | Get details for a Power BI report. |
list_datasetsList datasets in My workspace or a specific Power BI workspace. | List datasets in My workspace or a specific Power BI workspace. |
get_datasetGet details for a Power BI dataset. | Get details for a Power BI dataset. |
refresh_datasetTrigger an on-demand refresh for a Power BI dataset. | Trigger an on-demand refresh for a Power BI dataset. |
get_refresh_historyGet recent refresh history for a Power BI dataset. | Get recent refresh history for a Power BI dataset. |
create_report_exportStart an asynchronous export-to-file job for a Power BI report. | Start an asynchronous export-to-file job for a Power BI report. |
get_report_exportGet status and download URL metadata for a Power BI report export job. | Get status and download URL metadata for a Power BI report export job. |
Triggers
| Name | Description |
|---|---|
dataset_refresh_status_changedPoll a Power BI dataset and emit refresh history entries when their status changes. | Poll a Power BI dataset and emit refresh history entries when their status changes. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('microsoft-power-bi', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'microsoft-power-bi',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft Power BI to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Microsoft Power BI support?
Microsoft Power BI supports 12 tools including Validate Connection, List Workspaces, List Dashboards, Get Dashboard, List Reports, and more.
Can I use Microsoft Power BI with AI agents?
Yes. Add Microsoft Power BI to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Microsoft Power BI to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Microsoft Power BI as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Microsoft Power BI tools exposed by that workspace.
Does Microsoft Power BI work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Microsoft Power BI work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Microsoft Power BI?
Microsoft Power BI exposes 12 tools, including Validate Connection, List Workspaces, List Dashboards, Get Dashboard, List Reports, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Microsoft Power BI be used in stateful agent workflows?
Yes. Agents can combine Microsoft Power BI tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Microsoft Power BI use?
Microsoft Power BI uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Microsoft Power BI integration cost?
The Microsoft Power BI integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Microsoft Power BI support?
Microsoft Power BI supports 1 triggers including Dataset Refresh Status Changed.
Connect Microsoft Power BI in minutes
Get 20,000 free action executions every month. No credit card required.