# $/TDP

**Description:** Normalized sales rate showing consumer demand regardless of distribution.

**Formula:** Dollar Sales ÷ TDP

**SQL Calculation:**

```sql
SUM(sales_dollars) / NULLIF(SUM(tdp),0)
```

**Why It Matters:** Indicates how well product sells where available; separates demand from distribution.

**Metric Type:** Diagnostic

**Essence:** Leading

**Frequency:** Weekly / Monthly

**Units:** Dollars per Point of Distribution

**Suggested Breakdowns:** Brand, Market, Retailer, Category

**Questions Answered:**

* Are we outperforming competitors on shelf?
* Are we turning inventory fast enough?

**Potential Causes of Worsening:** Declining consumer pull, ineffective promotions, product quality issues.

**Tactics to Improve:**

* Shopper marketing
* Increase promotional lift
* Optimize pack/price

**Related Metrics:**

* Dollar Sales
* ACV%
* TDP

**Related Explores:**

* URMS Velocity Explorer

**Related Sources:**

* URMS.SALES\_REPORT


---

# Agent Instructions: 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/usd-tdp.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.
