Dax
Project-local Agent Skills, Pi package, prompts, and guardrails for agentic Power BI / Business Analytics development
npx -y skills add gustavonline/agentic-powerbi --skill daxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create, review, and document Power BI DAX measures for KPIs, ratios, time intelligence, and business analytics. Use when writing or validating DAX.
SKILL.md
0.8 KB, as published. Nobody here has run it
DAX Measures
Workflow
- Define the measure in business language.
- Identify required tables/columns and filter context.
- Prefer base measures + derived measures.
- Add format string, description, and display folder.
- Validate with a DAX query/tool when possible.
Patterns
- Use
DIVIDE()for ratios. - Use variables for readability.
- Avoid unnecessary row-by-row iterators.
- Explain
CALCULATE()filter changes. - Confirm date table before time intelligence.
Output format
Name:
Business definition:
DAX:
Format string:
Display folder:
Description:
Validation idea:
Do not edit model files unless the target table/file is clear.