powerbi-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POWERBI_CLIENT_ID | Yes | Your Azure App Registration client ID | |
| POWERBI_TENANT_ID | Yes | Your Azure AD tenant ID | |
| POWERBI_CLIENT_SECRET | Yes | Your Azure App Registration client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesA | List all Power BI workspaces (groups) the service principal has access to. |
| list_datasetsA | List datasets in a workspace or across all workspaces. Args: workspace_id: Optional workspace (group) ID. Omit for the default workspace. |
| execute_dax_queryB | Execute a DAX query against a Power BI dataset and return results. Args: dataset_id: The dataset ID to query. dax_query: A valid DAX query string, e.g. "EVALUATE SUMMARIZE(Sales, Sales[Region])". workspace_id: Optional workspace ID that contains the dataset. |
| refresh_datasetB | Trigger an on-demand refresh of a Power BI dataset. Args: dataset_id: The dataset ID to refresh. workspace_id: Optional workspace ID that contains the dataset. |
| list_reportsA | List reports in a workspace or across all workspaces. Args: workspace_id: Optional workspace ID. Omit for the default workspace. |
| get_report_pagesB | Get all pages in a Power BI report. Args: report_id: The report ID. workspace_id: Optional workspace ID that contains the report. |
| get_report_visualsA | Get all visuals on a specific page of a Power BI report. Args: report_id: The report ID. page_name: The page name (from get_report_pages). workspace_id: Optional workspace ID that contains the report. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Divyansh-dev12/powerbi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server