RESOURCE · CHECKLIST
Revenue reconciliation checklist
Run this before anyone rebuilds a report. It reconciles two revenue figures at record level and classifies every difference, so you fix the cause rather than the chart.
Free. No email required.
- Write the metric definition in one sentence, including the event that counts as revenue and the date it is recognised.
- Pull both source totals for the exact same time range, using the same start and end boundaries.
- Compare the refresh timestamp of each source so you are not comparing stale data with live data.
- State the grain of each dataset: what does one row represent (an invoice line, an order, a customer, a month)?
- Match records, not just totals: join the two sources on a shared key and compare row by row.
- Classify every difference by type: timing, identity, scope, duplication, currency, grain, definition.
- For each class, decide the single owner and the single place the fix belongs (source, model, or definition).
Why this works, in depth: Why do Finance and Sales have different revenue numbers?