# Powerbi Devops Cicd

> Use when Power BI work needs PBIP, Git, deployment pipelines, semantic model versioning, Tabular Editor, DAX checks, regression tests, release gates, workspace promotion, or CI/CD governance.

- Skill: `rweisssieker-xp/powerbi-devops-cicd` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/powerbi-devops-cicd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/powerbi-devops-cicd/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/powerbi-devops-cicd

---


# Power BI DevOps CI/CD

Use this skill to industrialize Power BI delivery.

## DevOps Scope

- PBIP/project structure and repository layout.
- Semantic model versioning and TMDL/TMSL artifacts.
- Tabular Editor Best Practice Analyzer.
- DAX formatting and measure naming checks.
- Deployment pipeline stages: dev, test, prod.
- Regression checks: row counts, KPI totals, RLS, refresh, performance.
- Release notes, rollback, approval, and owner sign-off.

## Output Requirements

- Include repo structure, validation commands, release checklist, environment promotion, rollback, and quality gates.
- Do not promote uncertified datasets or regulated reports without acceptance evidence.

## Runtime Executor

For deployment execution planning, create a credential-safe REST deployment request:

```powershell
python scripts\powerbi_expert_factory.py rest-deploy-request --workspace <workspace-id> --artifact <pbip-or-report-package-path> --operation import --operation refresh --out outputs\runtime-executors\rest-deploy-request.json
```

