query-design Skill
Separates DAX data-fetching from TypeScript presentation. Guides when to use DAX vs. TypeScript vs. Vega-Lite for aggregation, total rows, FORMAT(), SELECTCOLUMNS, BLANK handling, filtering, multi-grain queries, cross-filtering and cross-highlight subset/overlay queries, and format strings. Published by microsoft in fabric-apps-analytic-templates.
Decision snapshot
Is this a fit?
Data analysis, Design and media, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
3 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is query-design Skill?
Separates DAX data-fetching from TypeScript presentation. Guides when to use DAX vs. TypeScript vs. Vega-Lite for aggregation, total rows, FORMAT(), SELECTCOLUMNS, BLANK handling, filtering, multi-grain queries, cross-filtering and cross-highlight subset/overlay queries, and format strings. Published by microsoft in fabric-apps-analytic-templates. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Design and media
- Data analysis use cases
- Design and media use cases
Declared skill metadata
- Source file: .agents/skills/query-design/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use query-design Skill
- Use it for data analysis.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fabric-apps-analytic-templates
- Skill file: .agents/skills/query-design/SKILL.md
What it does
Separates DAX data-fetching from TypeScript presentation. Guides when to use DAX vs. TypeScript vs. Vega-Lite for aggregation, total rows, FORMAT(), SELECTCOLUMNS, BLANK handling, filtering, multi-grain queries, cross-filtering and cross-highlight subset/overlay queries, and format strings.
Skill instructions
Query Design — Separation of Data and Presentation DAX computes and fetches data. TypeScript shapes it for display. VegaVisual and DataGrid render it. Aggregate in DAX to the visual's grain — never fetch lower-grain rows to roll up client-side. When a visual layout changes, only the TypeScript or spec layer should change — not the DAX query. Responsibility Matrix | Concern | Owner | |---|---| | Semantic measures (SUM, DISTINCTCOUNT, etc.) | DAX | | Filters and slicers | DAX or TypeScript (see Filter Strategy) | | Grouping grain (SUMMARIZECOLUMNS) | DAX | | Time intelligence (YTD, YoY) | DAX | | TopN / payload reduction | DAX | | Deterministic row ordering (ORDER BY) | DAX (for debugging — not presentation sort) | | Partitioning a flagged result table | TypeScript | | Coordinating separate query results | TypeScript (one hook call per result table) | | Server-provided grand totals (preferred, supports all aggregation types) | DAX + TypeScript row partitioning | | DataGrid-computed grand
Verified compatibility and discovery
Frequently asked questions
What is query-design?
query-design is a open-source AI agent skill with Copy skill directory. Separates DAX data-fetching from TypeScript presentation. Guides when to use DAX vs. TypeScript vs.
Who is query-design best for?
query-design is best for reusing agent instructions, scripts, and references, data analysis workflows, design and media workflows.
How do I install query-design?
Install or run query-design using Copy skill directory. Check query-design for the latest setup command.
Is query-design actively maintained?
query-design may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.