> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/metrics/retail-and-wholesale-metrics/distribution-and-velocity/acv-distribution.md).

# % ACV Distribution

**Description:** Weighted distribution metric showing the percent of market ACV (all commodity volume) where product is sold.

**Formula:** (ACV of stores carrying product ÷ Total ACV of market) × 100

**SQL Calculation:**

```sql
SUM(acv_stores_carrying) / SUM(total_market_acv) * 100 AS acv_percent
```

**Why It Matters:** Key indicator of product availability and distribution health.

**Metric Type:** Diagnostic

**Essence:** Leading (expansion predicts growth)

**Frequency:** Weekly / Quarterly

**Units:** Percentage (%)

**Suggested Breakdowns:** Market, Product, Retailer, Region

**Questions Answered:**

* What % of the market has our product on shelf?
* How does our distribution compare to competitors?

**Potential Causes of Worsening:** Distribution losses, retailer delistings, underperformance.

**Tactics to Improve:**

* Retailer negotiations
* Distribution expansion initiatives

**Related Metrics:**

* TDP
* Velocity
* Dollar Sales

**Related Explores:**

* URMS Distribution Explorer

**Related Sources:**

* URMS.SALES\_REPORT


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/metrics/retail-and-wholesale-metrics/distribution-and-velocity/acv-distribution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
