Powerbi
Project-local Agent Skills, Pi package, prompts, and guardrails for agentic Power BI / Business Analytics development
npx -y skills add gustavonline/agentic-powerbi --skill powerbiAssembled 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
Business analytics workflow for Power BI: translate business questions into model needs, DAX measures, report pages, KPIs, and interpretation. Use for planning dashboards, cases, and analytical storytelling.
SKILL.md
1.4 KB, as published. Nobody here has run it
Power BI Business Analytics
Use this skill when the work is about the business question, KPI design, dashboard structure, or analytical interpretation.
Workflow
- Clarify the business question:
- Who is the audience?
- What decision should the report support?
- What is the grain of analysis?
- What dimensions and filters matter?
- Translate to model requirements:
- fact tables
- dimensions
- relationships
- required measures
- Translate to report structure:
- KPI row
- main explanatory visual
- supporting detail
- slicers/filters
- short interpretation text
- Validate the result:
- measures make business sense
- visuals answer the question
- assumptions/limitations are documented
Output format
Business question:
Audience:
Required data/model:
Measures:
Report page plan:
Interpretation:
Validation:
Good Power BI habits
- One page should answer one business question.
- Prefer explicit measures over implicit aggregations.
- Use business names, descriptions, and consistent formatting.
- Report conclusions should say what to do, not only what changed.