Explore standardized definitions, formulas and usage guidance for key ecommerce performance metrics.
Key SaaS metric for evaluating steady revenue growth.
What’s our total MRR for September?
SELECT SUM(monthly_charge_per_user * active_subscriptions) AS mrr FROM subscriptions WHERE subscription_date BETWEEN :start AND :end;