Average Balance Audit Account Analysis Report
Displays the detail account activity behind aggregate and average balances, showing daily average balance information for selected accounts over a date range, with as-of date and average-balance-type parameters.
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 Average Balance Audit Account Analysis Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Account | As-of Date | Period Avg | Qtd Avg | Ytd Avg | Ending Bal |
|---|---|---|---|---|---|
| 1000-2100-000 | 2026-04-30 | APR-26 | Sample | Sample | Sample |
| 1000-5400-000 | 2026-03-31 | MAR-26 | — | — | — |
| 1000-1410-000 | 2026-02-28 | FEB-26 | Sample | Sample | Sample |
| 2000-2100-000 | 2026-01-31 | JAN-26 | — | — | — |
| 1000-6300-000 | 2025-12-31 | DEC-25 | Sample | Sample | Sample |
| 1000-2100-000 | 2026-04-30 | APR-26 | Sample | Sample | Sample |
The report shows the daily average balances behind the aggregate balances.
12 accounts have no daily balances — average daily balances isn't enabled for their ledger, so the averages come back blank.
Enable average balance processing for those ledgers; without the daily balance store the report can't compute an average.
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_CODE_COMBINATIONS
- GL_DAILY_BALANCES
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_CODE_COMBINATIONS | dimension | dimension |
| GL_DAILY_BALANCES | 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 |
|---|---|---|
| GL_BALANCES | Setup / configuration table — joined for reference, not exposed for analytics | |
| GL_CODE_COMBINATIONS | 7 | 61 |
| GL_DAILY_BALANCES | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note Only meaningful with average daily balances enabled; most customers want it re-cut as a trend visual rather than the seeded audit listing. Irvine rebuilds these on your data.