Metric definitionSQL
01select plan_tier, net_retention02from billing.account_month03where status =active04and net_retention >= 0.6005group by 1, 206order by 2 desc07limit 500
A metric means one thing here. The definition is versioned and reviewed, and every answer carries the version it used.
01select plan_tier, net_retention02from billing.account_month03where status =active04and net_retention >= 0.6005group by 1, 206order by 2 desc07limit 500