Trial Balance - Average Balances
Provides ending and average balances for selected accounts based on a specified effective date, in ledger currency or foreign-entered, with period, quarter, and year average-to-date balances.
Run note · BIP run High-volume GL extracts can exceed BI Publisher's online output limit and time out. Run it as a scheduled process (ESS) with output bursted to file or email rather than online preview, and bound it by ledger and period.
Sample build of the Trial Balance - Average Balances — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Account | As-of Date | Ending Balance | Period Avg | Qtd Avg | Ytd Avg |
|---|---|---|---|---|---|
| 1000-2100-000 | 2026-04-30 | $1,240,500.00 | APR-26 | Sample | Sample |
| 1000-5400-000 | 2026-03-31 | $842,150.75 | MAR-26 | — | — |
| 1000-1410-000 | 2026-02-28 | $96,400.00 | FEB-26 | Sample | Sample |
| 2000-2100-000 | 2026-01-31 | $1,005,233.10 | JAN-26 | — | — |
| 1000-6300-000 | 2025-12-31 | $58,720.40 | DEC-25 | Sample | Sample |
| 1000-2100-000 | 2026-04-30 | $1,240,500.00 | APR-26 | Sample | Sample |
The report shows ending and average balances as of an effective date.
12 accounts show no average because daily balances aren't tracked for their ledger.
Enable average daily balances on those ledgers; average-balance reporting needs the daily balance store populated.
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
- GL_BALANCES
- GL_DAILY_BALANCES
- GL_CODE_COMBINATIONS
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 |
|---|---|---|
| GL_DAILY_BALANCES | dimension | dimension |
| GL_CODE_COMBINATIONS | dimension | dimension |
| Ending Balance | 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 |
|---|---|---|
| GL_BALANCES | Setup / configuration table — joined for reference, not exposed for analytics | |
| GL_DAILY_BALANCES | Setup / configuration table — joined for reference, not exposed for analytics | |
| GL_CODE_COMBINATIONS | 7 | 61 |
Customization note Requires average daily balances; usually re-cut as a trend rather than the seeded as-of listing. Irvine rebuilds these on your data.