Payables Discounts Taken and Lost Report
Identifies payments where a discount was taken and payments where a discount was available but not taken.
Sample build of the Payables Discounts Taken and Lost Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Invoice | Discount Available | Taken | Lost | Pay Date |
|---|---|---|---|---|---|
| Acme Industrial | Sample | Sample | Sample | Sample | 2026-04-30 |
| Northwind Trading | — | — | — | — | 2026-03-31 |
| Globex Holdings | Sample | Sample | Sample | Sample | 2026-02-28 |
| Initech LLC | — | — | — | — | 2026-01-31 |
| Umbrella Corp | Sample | Sample | Sample | Sample | 2025-12-31 |
| Acme Industrial | Sample | Sample | Sample | Sample | 2026-04-30 |
The report identifies payments where a discount was taken and where one was available but missed.
$50K of early-payment discounts were lost — free margin given up by paying just after the discount date.
Sequence discountable invoices earlier in the pay cycle; a lost discount is a guaranteed return you chose not to take.
This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.
Data sources
The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.
| Element | Type | Definition |
|---|---|---|
| AP_PAYMENT_SCHEDULES_ALL | dimension | dimension |
| AP_INVOICES_ALL | dimension | dimension |
| Amount | measure | measure |
Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.
| Table | Reporting columns | Subject areas |
|---|---|---|
| AP_INVOICE_PAYMENTS_ALL | 22 | 2 |
| AP_PAYMENT_SCHEDULES_ALL | 21 | 2 |
| AP_INVOICES_ALL | 63 | 15 |
Customization note Discounts lost is a hard-dollar leakage metric; the build trends it by supplier and BU with a recovery target. Irvine rebuilds these on your data.