Calculate the Subscription churn rate by counting the number of canceled subscriptions and dividing it by the total number of active subscriptions.
SELECT COUNT(*) / (SELECT COUNT(*) FROM products WHERE status = ‘active’) AS subscription_churn_rate FROM products WHERE status = ‘canceled’ AND type = ‘subscription’
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.