Assistant · with citations
Ask in plain English
Ask on the web, or connect the MCP server to Claude, Cursor or Copilot and query news, releases and projects where you work — every answer cited. This page runs a client-side demo over a small sample.
Hi! I'm the Excel-PowerBI assistant (demo). Ask about DAX, Power Query, Direct Lake, LAMBDA or the PL-300 exam.
What changed in the August Power BI Desktop release?
Show me recent DAX questions about window functions.
Any new Office Scripts or LAMBDA tricks this week?
When should I use Direct Lake?
Connect the MCP server
Add to claude_desktop_config.json:
{
"mcpServers": {
"excel-powerbi": {
"command": "npx",
"args": ["-y", "@excel-powerbi/mcp"]
}
}
}