# Topdesk Powerbi Dax

> Use when creating, reviewing, or standardizing Power BI DAX measures for TOPdesk incidents, SLAs, backlog, routing, operators, branches, AI governance, adoption, quality, cost, risk, and executive service-management dashboards.

- Skill: `rweisssieker-xp/topdesk-powerbi-dax` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/topdesk-powerbi-dax`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/topdesk-powerbi-dax/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/topdesk-powerbi-dax

---


# TOPdesk Power BI DAX

Use this skill after the semantic model grain is known and before visuals are finalized.

## Workflow

1. Define each measure with business meaning, grain, date basis, and exclusions.
2. Prefer explicit measures for counts, backlog, SLA, MTTA, MTTR, reopen rate, routing quality, and AI adoption.
3. Keep date intelligence tied to conformed `DimDate` and clearly named date roles.
4. Use disconnected parameter tables for KPI switching only when it improves report UX.
5. Validate every measure against REST/API samples or exported reconciliation totals.

## Assets

- Use `assets/topdesk-core-measures.dax` as a starter measure pack.

## Scripts

- Use `scripts/new_dax_measure_pack.py` with a tenant field catalog to generate a customized DAX starter pack and measure catalog.


