powerbi-directlake-create

Create Power BI Semantic Models connected to Microsoft Fabric Lakehouse.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rbutinar/ade-ops --skill powerbi-directlake-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: powerbi-directlake-create
Source: https://github.com/rbutinar/ade-ops/tree/main/.agents/skills/powerbi-directlake-create
Command: npx skills add https://github.com/rbutinar/ade-ops --skill powerbi-directlake-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires config/project.yaml, config/credentials.yaml, tables.yaml, manifest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Power BI DirectLake Semantic Models, simplifying the process of connecting Power BI to Microsoft Fabric Lakehouse for data analysis.

Core Features & Use Cases

  • Semantic Model Creation: Automatically scaffold new Power BI Semantic Models linked to Microsoft Fabric Lakehouse using DirectLake mode.
  • Customization: Allow for the specification of table manifests and measures to tailor the model to specific data requirements.
  • Integration: Seamlessly integrate with other ade-ops skills for full analytics workflows.
  • Use Case: For a business analyst who needs to create a Power BI report on sales data stored in a Microsoft Fabric Lakehouse, this Skill can generate the necessary semantic model in a few commands.

Quick Start

Scaffold a new Power BI DirectLake Semantic Model for 'sales_data' using the manifest 'tables.yaml' and deploying to the 'dev' environment: /powerbi-directlake-create sales_data --manifest tables.yaml --env dev

Frequently Asked Questions about powerbi-directlake-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Power BI semantic model connected to a Fabric Lakehouse?

To create a Power BI semantic model connected to a Fabric Lakehouse, you can automate the setup process by scaffolding the model from a specified tables manifest, which configures the DirectLake connection for analysis.

What is DirectLake mode in Power BI and when do I need it for data analysis?

DirectLake mode is a connection mechanism in Power BI that directly queries data stored in a Microsoft Fabric Lakehouse, needed when you want to analyze large datasets without importing or duplicating data into the semantic model.

Do I need an Azure CLI session to set up a Power BI DirectLake semantic model?

Yes, you need an active Azure CLI session to authenticate and configure the connection. You also need a project configuration file and a tables manifest file to define the semantic model structure.

Can I customize tables and measures when generating a Power BI semantic model from a manifest?

Yes, you can customize the generated Power BI semantic model by specifying table definitions and measures within your tables manifest file, tailoring the model to fit your specific data analysis requirements.

What's the best way to automate Power BI DirectLake semantic model creation for multiple environments?

The best way to automate Power BI DirectLake semantic model creation across environments is to use command-line execution with environment variables, deploying models to targets like 'dev' using a defined project configuration.

Why does my Power BI DirectLake semantic model creation fail when using a tables manifest?

Creation may fail if required dependencies are missing or misconfigured. Ensure the project settings file, Azure CLI credentials, and the tables manifest file are correctly structured and accessible before generating the semantic model.