Zendesk Support Dashboard
A Power BI dashboard that consolidates Zendesk ticket operations into KPI cards, tag-based categorization, CSAT tracking, and resolution-time analytics with flexible rolling date ranges.
Summary
Business impact
Gallery
Screenshots and artifacts from the build (sanitized where needed).
Modeled tickets as a fact table and used a ticket↔tag bridge table to support multi-tag analysis. This enables KPI measures like Backorders/Shortages/ETA using tag membership while preserving slicers and date filters.
Implemented a DateRange selector with measures that compute Range Start/End boundaries (today/yesterday/last week/last month/last 3 months/last year/all time). KPIs use these boundaries consistently.
- Ticket KPIs are distinct ticket counts constrained to the rolling range.
- Tag KPIs use the ticket-tag bridge with TREATAS for consistent filtering.
- CSAT % Good normalizes score values to handle “good/1/true” cases.
- Resolution time is calculated using business time (hours) and business days (weekends excluded).
Added slicers for Priority, TagName, Range, and Status, plus a searchable ticket table for fast drilldown to ticket details alongside trend visuals.
DAX Library
Search and review the core KPI and date-range logic used in this Zendesk dashboard.