dax-referencelisted
Install: claude install-skill CSalcedoDataBI/dax-for-agents
# DAX Reference
The complete DAX function library, agent-native. Derived from `MicrosoftDocs/query-docs`
(CC BY 4.0 — see [`NOTICE`](./NOTICE)), which has returned 404 since 2026-08; the same
material is published on [Microsoft Learn](https://learn.microsoft.com/en-us/dax/).
Annotated with the gotchas the docs leave out.
> **Status.** `generated/` is built — 479 functions and 34 conceptual pages from
> `MicrosoftDocs/query-docs@323524c`, plus **31 field notes**, each one measured
> against a real model rather than asserted.
> See [the design spec](../../docs/superpowers/specs/2026-08-06-dax-for-agents-design.md).
## How to use this
**One hop. Do not read the whole library — it is ~376.000 tokens.**
1. Read **[`generated/catalog.md`](./generated/catalog.md)** (~14k tokens). Every function, one
row each: name, category, return type, where it applies, one-line summary, and flags.
2. Find the function. Open its card: **`generated/library/<function>.md`**.
3. If the catalog row is flagged **★**, also read **`notes/<function>.md`** — that is the field
knowledge that is not in Microsoft's docs. It sits outside `generated/` because it is
written by hand.
4. If the catalog row is flagged **▶** — or, the same fact seen from the card, its
frontmatter says `examples: N` with N greater than zero — the card links to
**`examples/<category>/<function>.md`**: N queries **executed against a model that is in
this repository**, each one published with the number the engine