Actions
| Name | Description |
|---|---|
create_datasetCreate a new dataset in Power BI with custom schema (Push, Streaming, or PushStreaming mode). | Create a new dataset in Power BI with custom schema (Push, Streaming, or PushStreaming mode). |
push_rows_to_dataset_tableAdd rows to a table in a Power BI dataset (supports Push, Streaming, and PushStreaming modes) | Add rows to a table in a Power BI dataset (supports Push, Streaming, and PushStreaming modes) |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'microsoft-power-bi',
actionName: 'create_dataset',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Microsoft Power BI support?
Microsoft Power BI supports 3 actions including Create Dataset, Push Rows to Dataset Table, Custom API Call.
Can I use Microsoft Power BI with AI agents?
Yes. Add Microsoft Power BI to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Microsoft Power BI use?
Microsoft Power BI uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
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 1,000 actions per month. No credit card required.
Connect Microsoft Power BI in 2 minutes
Get 1,000 free actions every month. No credit card required.