query-design

Installation
SKILL.md

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

Installs
3
GitHub Stars
25
First Seen
Aug 13, 2026
query-design — microsoft/fabric-apps-analytic-templates