# Powerbi Dax

> Create, review, standardize, and validate generic Power BI DAX measures for finance, sales, customer churn, material churn, supply chain, service, HR, risk, operations, and executive dashboards.

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

---


# Power BI DAX

Use this skill after the semantic model grain is known and before visuals are finalized.

## Workflow

1. Define each measure with business meaning, grain, date basis, filters, exclusions, and validation source.
2. Prefer explicit measures; do not rely on implicit visual aggregations.
3. Keep time intelligence tied to a marked, conformed `DimDate`.
4. Use disconnected parameter tables and field parameters only when they improve the report workflow.
5. Validate every measure against source totals, extracts, or agreed reconciliation queries.

## Assets

- `assets/business-measure-patterns.dax`: reusable DAX starter patterns for common business problems.

## Scripts

- `scripts/new_dax_measure_pack.py`: Generate a starter DAX pack from a measure catalog CSV.


