Data Analytics
Zeitspanne
explore our new search
Microsoft Fabric: Fast No-Code Dataflows
Microsoft Fabric
18. Juni 2026 18:20

Microsoft Fabric: Fast No-Code Dataflows

von HubSite 365 über Reza Rad (RADACAD) [MVP]

Founder | CEO @ RADACAD | Coach | Power BI Consultant | Author | Speaker | Regional Director | MVP

Microsoft Fabric Dataflow Gen two no M code with GitHub Copilot, VS Code and Fabric Skills for ETL and analytics

Key insights

  • Fabric Skills teach AI tools the right Microsoft Fabric APIs and patterns so Copilot can author Fabric artifacts reliably.
    They give domain knowledge to tools like GitHub Copilot, reducing generic or incorrect suggestions.
  • The demo shows building a full Dataflow Gen2 in VS Code using natural-language prompts, with no Power Query editor or M code.
    You describe the pipeline and Copilot, extended by Fabric Skills, generates the dataflow steps.
  • How it works: install the skills bundle in a supported tool, let the agent load Fabric guidance, and the agent calls the correct Fabric APIs and flows.
  • Key benefits: you get no M code authoring, fewer setup mistakes, and faster data ingestion and transformation.
    Natural-language prompts speed work for analysts and engineers.
  • Typical workflow: set up the Fabric skill in VS Code, prompt Copilot to Get Data, apply transformations by description, then publish the dataflow to Fabric.
  • Impact and availability: Microsoft lists these features in a June 2026 update, and Copilot for Dataflow Gen 2 enables natural-language dataflow authoring worldwide.
    This approach changes how teams build and maintain Fabric dataflows.

In a new demonstration by Reza Rad (RADACAD) [MVP], viewers see how to build a complete data ingestion and transformation pipeline in Microsoft Fabric without writing any M code or opening the Power Query editor. Moreover, the video shows how natural language prompts and an AI assistant can author a full Dataflow Gen 2 from end to end, including connecting to sources, applying transformations, and publishing to Fabric. The demo uses GitHub Copilot, VS Code, and the open-source Fabric Skills bundle to give the AI the Fabric-specific knowledge it needs. Consequently, Reza frames the workflow as a practical no-code route for data engineers and analysts who want to accelerate routine tasks.

What the Video Demonstrates

First, the video walks through installing and enabling the Fabric Skills extension inside VS Code, which prepares the environment for Fabric-aware prompts. Then, Reza shows how to ask GitHub Copilot in natural language to connect to a data source and to build the get-data steps without touching M code. Next, the demonstration covers common transformations such as filtering, joining, and column changes using simple instructions instead of manual edits. Finally, he publishes the completed Dataflow Gen 2 directly to the Fabric workspace to show the full authoring lifecycle.

How the No-Code Workflow Works

The core enabler is the Fabric Skills library, which supplies Copilot with domain-specific rules about endpoints, authentication, and API patterns for Fabric workloads. As a result, prompts generate more accurate and context-aware outputs than generic code generation would. Reza uses stepwise instructions that the assistant translates into the right API calls and configuration for Dataflow authoring. Therefore, the interaction feels like conversational configuration rather than programming.

Benefits and Tradeoffs

On the positive side, this approach speeds up routine dataflow creation, reduces friction for analysts who do not know M code, and helps teams prototype ETL logic quickly. Moreover, the Fabric-aware skills reduce common errors such as choosing the wrong endpoint or missing authentication scopes, which improves first-time accuracy. However, there are tradeoffs: relying on AI to produce transformations can reduce transparency and control, because the generated steps may hide implementation details that experienced engineers would normally inspect or tune. Thus, while productivity improves, teams must balance speed against explainability and maintainability.

Another important tradeoff concerns complexity. For straightforward ingestion and transformation tasks, natural language can produce solid results rapidly. Yet for complex logic, advanced performance tuning, or custom functions, manual coding or post-editing may remain necessary. Furthermore, operational concerns such as testing, version control, and CI/CD integration can be harder to standardize when artifacts are generated conversationally, so teams should plan governance and review processes. In short, the no-code route offers big wins for routine work but introduces challenges for repeatability and deep customization.

Challenges: Security, Reliability, and Debugging

Security and credential management are immediate considerations when an AI agent acts on behalf of authors; proper secrets handling and least-privilege access must be enforced. Additionally, generated dataflows can surface runtime issues such as performance bottlenecks or incorrect results that require thorough validation and monitoring. Reza points out that understanding the steps produced by Copilot remains important, because automated generation can introduce subtle logic or sequencing errors. Consequently, teams should treat AI-generated artifacts like any other code: review, test, and monitor them in production.

Implications for Teams and Adoption

For data teams, the most practical path is to combine AI-driven authoring with clear governance and review checkpoints, so the speed benefits do not compromise data quality or security. Moreover, organizations will need to train staff on both the AI tooling and the underlying platform concepts, so analysts can validate outputs and engineers can handle exceptions. Reza’s demo suggests a useful division of labor: let Copilot accelerate routine constructs while reserving manual development for complex pipelines and long-lived production flows. Therefore, incremental adoption—starting with prototyping and internal tooling—offers a balanced way to evaluate the new capabilities.

Looking Ahead

Ultimately, the video highlights a notable shift toward agent-assisted Fabric authoring where natural language lowers the barrier to entry for dataflow creation. Nevertheless, the technology is not a universal replacement for experienced engineering: it complements existing skills and workflows by reducing routine effort and improving consistency. As teams test these features, they should document patterns, enforce security, and keep an audit trail of changes to ensure accountability. In doing so, organizations can capture the productivity benefits while managing the operational and governance tradeoffs effectively.

Microsoft Fabric - Microsoft Fabric: Fast No-Code Dataflows

Keywords

No-code dataflow Microsoft Fabric, Microsoft Fabric dataflow tutorial, GitHub Copilot for Microsoft Fabric, Copilot skills for dataflows, No-code ETL Microsoft Fabric, Microsoft Fabric skills marketplace, Low-code data pipeline Fabric, Power BI dataflows with Copilot