概要
Tabular facilitates communication with locally running Power BI tabular models using the Model Context Protocol (MCP). Leveraging ADOMD.NET, the server allows MCP-enabled clients to execute DAX queries for retrieving model metadata through predefined tools and custom EVALUATE statements, assisting in debugging, analysis, and DAX query composition.
主な機能
- Previews data from tables
- Evaluates custom DAX expressions
- Lists measures, tables, and columns within the tabular model
- Retrieves detailed information for specific measures and tables
- 1 GitHub stars
- Gets table relationships
ユースケース
- Composing DAX queries for Power BI reports
- Debugging DAX queries within Power BI models
- Analyzing the structure and data within tabular models