Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm a novise in this subject.
I'm trying to use VS Code to write and debug M-code for my PowerBI Report.
How can I make VSC IDE communicate with the Power BI dataset to be able to see the Power BI tables and columns in VSC?
Thanks
The PowerQuery M Language provides features like syntax highlighting, code formatting, and IntelliSense. The official Microsoft tools also include a Power Query SDK for custom connector development.
But it does not allow you to run or debug the M code directly within VS Code itself. The code must still be executed within a Power Query host environment, such as Power BI Desktop or Excel.
I think you can have a better resolution using MCP:
https://marketplace.visualstudio.com/items?itemName=analysis-services.powerbi-modeling-mcp
I hope this helps. if so please accept as a solution. Kudos are welcome.
i realize that you are trying to see and play with the data in the same ide.
Then please try with:
https://www.sqlbi.com/tools/dax-studio/
Hi @RichFlorida
You may have a look at this tool Power Query / M Language - Visual Studio Marketplace
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Thanks very helpful
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.