How many active users did we have last month?
SaaS · engagementWhy it forks
- “Active” = signed in vs performed a key action vs held a billable seat — often 2–3× apart.
- “Last month” = previous calendar month vs a trailing 30 days.
- Count distinct users vs distinct accounts.
The plan Spotonix surfaces
- Segments
- Users with ≥1 key action, excluding internal/test accounts
- Calculations
- Distinct user count
- Scope / filters
- Production tenants only; exclude internal org IDs
- Time window
- Previous calendar month, single value
“By “active” do you mean users who performed a key action, or anyone who signed in? The two differ by about 2× on your data.”
Silent failure mode: Returns signed-in users (last_login) and labels them “active” — counting people who never engaged.