Pbi Format Batch banner
d7rocket d7rocket

Pbi Format Batch

AI community

Description

--- name: pbi-format-batch description: "Apply SQLBI-standard DAX formatting to every measure in the model in one pass. Processes all tables, applies consistent keyword capitalisation and structure (VAR/RETURN blocks, CALCULATE arguments, indentation). Uses Claude inline formatting — no DAX Formatter API dependency. PBIP-only. Auto-commits." allowed-tools: - Read - Write - Edit - Bash - Agent - Glob - Grep --- ## Detection (run once) **Folder naming:** Real PBIP projects use `<Pr

Installation

Installs to ~/.claude/commands/d7rocket-powerbi-skill-pbi-format-batch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/d7rocket/PowerBI-Skill/HEAD/.claude/commands/pbi-format-batch.md -o ~/.claude/commands/d7rocket-powerbi-skill-pbi-format-batch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository