DAX cheat sheet for driver models
A beginner‑friendly DAX cheat sheet covering SUM/AVERAGE, filters and date functions was posted for finance folks building KPIs like revenue and margin — practical for driver‑based modeling and quick calculations posted. Small, repeatable DAX patterns reduce analysis friction and keep focus on the ‘why’ behind variances.
Rob Collie’s compact DAX reference — the “Power BI DAX Reference Card” — was distributed free by P3 Adaptive on Oct 14, 2024 to help practitioners ship repeatable measures quickly (p3adaptive.com). Pragmatic Works’ downloadable DAX cheat sheet remains a popular training asset and lists the practical combinations (CALCULATE + FILTER, SUMX, AVERAGEX) that teams reuse in production reports (pragmaticworks.com). CFO‑grade revenue bridges implemented as small DAX patterns are publicly available: a GitHub gist shows a YoY variance bridge with explicit Price, Volume and Mix measures using SUMX and SAMEPERIODLASTYEAR (gist.github.com). A separate Power BI repo that decomposes revenue into Price/Volume/Mix with DAX includes SUMX-based Price Effect and Volume Effect formulas and an auto‑narration pattern for executive dashboards (github.com). Core DAX primitives used in those cheat‑sheet patterns (CALCULATE, FILTER, TOTALYTD, SAMEPERIODLASTYEAR) are part of the official DAX function reference that catalogs over 250 functions on Microsoft Learn (learn.microsoft.com). Cheat sheets that highlight these primitives reduce model errors because they steer developers toward documented, performant constructs rather than ad‑hoc row‑level calculations (pragmaticworks.com). Driver‑based planning frameworks recommend embedding operational levers (volume, pricing, conversion rates) directly into forecasting models, a practice described in KPMG’s driver‑based planning guidance and the AFP FP&A Guide to Driver‑based Models (AFP 2024) (kpmg.com). Those frameworks explicitly map a handful of drivers to P&L outcomes so finance can run scenario knock‑on effects to cash and margin in minutes rather than days (kpmg.com). CPG reporting commonly elevates gross margin, inventory turnover and forecast accuracy as top KPIs; NetSuite and FP&A practitioner guides list gross margin and contribution margin as primary financial levers for CPGs, with example gross margin calculations (e.g., a $1 sale with $0.70 COGS = 30% gross margin) (netsuite.com). Implementing the cheat‑sheet patterns into a variance bridge plus waterfall visuals (KPI cards + waterfall) has been shown in multiple Power BI examples and Zebra BI templates to convert DAX measures into executive‑ready narratives for retail/CPG cadence meetings (gist.github.com).