PBIXRay MCP Server provides a bridge to analyze Power BI (.pbix) files through a Python-based interface. Developed by jonaolden, this implementation exposes PBIXRay's capabilities as tools for exploring data models, querying languages (DAX and Power Query), and analyzing data structures with features like pagination and filtering. The server handles large file processing asynchronously with progress reporting, making it particularly valuable for data analysts and BI professionals who need to extract insights from Power BI files through AI assistants without switching tools.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Load a Power BI (.pbix) file for analysis.
List all tables in the model.
Get metadata about the Power BI configuration.
Display all M/Power Query code used for data transformation.
Display all M Parameters values.
Get the model size in bytes.
View DAX calculated tables.
Access DAX measures with filtering by table or measure name.
Access calculated column DAX expressions with filtering options.
Get details about the data model schema and column types.
Get the details about the data model relationships.
Retrieve the contents of a specified table with pagination.
Get statistics about the model with optional filtering.
Get a comprehensive summary of the current Power BI model.