What-If Depreciation Analysis Report
Projected depreciation under hypothetical changes to method, life, or cost — without changing the asset — so finance can model the expense impact before committing.
Sample build of the What-If Depreciation Analysis Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | Current Method | Scenario Method | Current Deprn | Scenario Deprn | Delta |
|---|---|---|---|---|---|
| Sample | Standard | Standard | Sample | Sample | Sample |
| — | Corporate | Corporate | — | — | — |
| Sample | Standard | Standard | Sample | Sample | Sample |
| — | Default | Default | — | — | — |
| Sample | Standard | Standard | Sample | Sample | Sample |
| Sample | Standard | Standard | Sample | Sample | Sample |
The report projects depreciation under hypothetical method, life, or cost changes without touching the asset.
The modeled scenario cuts annual depreciation by $1.8M — a material expense and tax impact before any decision is made.
Model the full-year and tax effect before changing methods; a method change ripples through expense, net book value, and deferred tax.
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 |
|---|---|---|
| FA_METHODS | dimension | dimension |
| FA_CATEGORIES_B | 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 |
|---|---|---|
| FA_BOOKS | 20 | 2 |
| FA_METHODS | 8 | 2 |
| FA_CATEGORIES_B | 5 | 10 |
Customization note Modeling is more useful interactive; the build turns it into a scenario tool with side-by-side method comparison. Irvine rebuilds these on your data.