See at a glance all the customers who canceled their subscription recently
Understand and reduce your churn.
In the subscriptions Stripe table, you have a column "Status" that will tell you if a subscription is canceled or active. You also have a column "Canceled at (UTC)" that will tell you when the subscription was canceled.
You now have a dynamic list of the subscriptions canceled, and you can try to action on them. Maybe try to understand why these customers canceled or offer them a discount to get them back.
Understand and reduce your churn.
In the subscriptions Stripe table, you have a column "Status" that will tell you if a subscription is canceled or active. You also have a column "Canceled at (UTC)" that will tell you when the subscription was canceled.
You now have a dynamic list of the subscriptions canceled, and you can try to action on them. Maybe try to understand why these customers canceled or offer them a discount to get them back.