Skip to main content
Discount Count measures the number of orders that had at least one discount code or promotion applied.

Formula

Discount Count = COUNT ( Orders ) WHERE discount_applied = true

Formula Components


Example

Your store processed 1,247 orders in January. 843 orders had discount codes applied.

How It Works

Discount Count increments by one for each order where Shopify reports a discount was applied at checkout. An order with multiple discount codes still counts as one discounted order.

When to Use


See all Adjustments metrics →