{% extends "base.html" %} {% block title %}Fabric & Power BI{% endblock %} {% block heading %}Fabric & Power BI Pipeline{% endblock %} {% block content %} {% if request.query_params.get('saved') %}
{{ label }}
{{ sub }}
# 1. Authenticate with Fabric
pbi-agent fabric login
# 2. List workspaces (verify access)
pbi-agent fabric workspaces
# 3. Trigger semantic model refresh
pbi-agent fabric refresh "{{ cfg.fabric.semantic_model_name }}" \
--workspace "{{ cfg.fabric.workspace_name }}" --wait
Ask Claude
Once config is saved, Claude can run all of this for you:
"Set up my Fabric workspace and create the medallion lakehouse"
"Trigger a full refresh and wait for completion"
"Validate my Delta tables are DirectLake-ready"