Microsoft Fabric & Power BI: AI-First Semantic Models and Fabric Apps
🔄 Update — 04. July 2026: Fabric Apps in Preview Status
Microsoft has officially moved Fabric Apps into preview, enabling developers to build data-driven applications directly inside Microsoft Fabric workspaces. These native applications leverage underlying Fabric data and services without requiring external hosting. Initial developer feedback highlights the ease of creation, especially when utilizing integrated AI assistance.
What’s new?
- Workspace Integration: Fabric Apps run natively within the Microsoft Fabric workspace, eliminating the need for external cloud infrastructure or hosting environments.
- Data-Close Development: Apps can access OneLake and existing Fabric services directly, minimizing integration and configuration overhead.
- AI-Assisted Creation: Early walkthroughs and community feedback emphasize that full apps can be generated from simple natural language prompts in minutes.
Why this adds to the article
This update brings the previously announced theoretical “AI-first” data modeling concepts to life, demonstrating the practical transition to natively hosted, AI-generated applications built directly on Microsoft Fabric semantic models.
Zusammenfassung / Summary
Microsoft Fabric and Power BI have introduced major updates for an “AI-first” data modeling approach at Build 2026. The two core updates are Agent Skills for Power BI and Fabric Apps on Semantic Models. These features turn semantic models into direct APIs and trusted grounding sources for autonomous AI agents. Developers can leverage simple natural language prompts to build custom web dashboards and apps on top of enterprise data. The open-source Rayfin SDK acts as a Backend-as-a-Service (BaaS) directly inside Fabric, radically simplifying the deployment of full-stack web applications.
Was ist passiert? / What happened?
Microsoft announced major updates for Fabric and Power BI at the Build 2026 conference:
- Agent Skills for Power BI (Preview): Building on the Power BI Modeling MCP (Model Context Protocol) released in November 2025, Agent Skills allow developers to prompt an AI agent to build and refine semantic models and reports end-to-end. Leveraging date-based Power BI Projects (PBIP), AI agents can construct semantic models from Fabric data, generate report pages, iterate on visuals, and align designs with best practices.
- Fabric Apps on Semantic Models (Preview): Using the open-source Rayfin SDK, developers can host full-stack web applications directly on their semantic models in Microsoft Fabric. The Rayfin SDK acts as a code-first Backend-as-a-Service layer. When deploying via the CLI using
npx rayfin up, it automatically provisions SQL databases, Entra ID-based authentication (SSO), GraphQL/REST APIs via Data API Builder, and static frontend hosting.
Warum es wichtig ist / Why it matters
Historically, enterprise analytics and operational web applications operated in separate silos. Developers had to build complex integration pipelines to make Power BI data usable in custom web apps.
Fabric Apps close this gap. Since the governed data foundation of the semantic model is exposed directly as an API, ETL overhead is eliminated, and app data is stored directly in OneLake. This dramatically lowers the barrier and reduces development time for operational apps (e.g., inventory management, financial planning, staffing coordination), enabling AI coding agents to generate complete front- and backends in minutes.
Beweise / Evidence
- Official Announcement by Microsoft: The Microsoft Fabric Community Blog post “Building in the Agentic Era with Power BI and Fabric” details the new native integration and how agents automate reporting.
- Community Reviews & MVP Analyses: Tech blogs such as “Power BI & Fabric June 2026: 7 Game-Changing Updates” highlight the revolutionary impact on BI architecture.
- Developer Discussions: Reddit threads (r/MicrosoftFabric, r/PowerBI) and YouTube tutorials showcase the simplicity of using the Rayfin SDK with TypeScript decorators for code-first deployment.
Analyse / Analysis
The introduction of Fabric Apps and Agent Skills signals a transition from traditional Business Intelligence (BI) to “Agentic Analytics.” The Power BI semantic layer is no longer just for human analysts to build reports; it becomes a central, secure grounding source for AI agents. The Rayfin SDK provides a standardized way to inherit Fabric’s enterprise security and governance directly in user-facing apps. As a result, the role of data engineers and BI developers will shift toward maintaining clean semantic models and governance rules, while UI and API generation becomes increasingly automated.
Praktische Erkenntnisse / Practical Takeaways
- Prepare Semantic Models for AI: Document and structure semantic models clearly, as they will serve as direct data sources for AI agents.
- Experiment with the Rayfin SDK: Developers can build prototypes locally and deploy them to Fabric via the Rayfin CLI.
- Use Power BI Projects (PBIP): Adopting file-based project formats in Power BI makes it easier for AI agents to version-control and generate report components programmatically.
Offene Fragen / Open Questions
- How will the auto-generated GraphQL and REST APIs perform under heavy, real-time enterprise workloads?
- What will be the licensing and pricing models for hosting Rayfin-based Fabric Apps in production?
- How robust and error-resistant will Agent Skills be when dealing with highly complex DAX calculations in enterprise environments?