---
title: "Variance Analysis by Journal Source in OfficeConnect"
url: "https://officeconnectpro.com/wiki/build-reports/financials/variance-by-journal-source/"
description: "Break down account variances by journal source in OfficeConnect — see how much of a balance movement came from manual journals, system-generated entries, or specific subledgers.\n"
tags: ["financials","accounting","reporting","fpna","recipe"]
date: "0001-01-01"
lastmod: "2026-05-19"
---


When a GL account balance moves unexpectedly, the first question is: what kind of journal entry caused it? Workday Financial Management categorizes journal entries by **Journal Source** (Manual Journal, Accounts Payable, Payroll, etc.). OfficeConnect can filter by journal source, letting you isolate the impact of each source on any account balance.

**What you'll need:**
- OfficeConnect connected to the Financials data source
- A report showing a balance or variance you want to investigate

---

{{< step n="1" title="Find journal source elements in the Reporting pane" >}}
Open the OfficeConnect Reporting pane. Expand **Filters** (or **Journal Sources**, depending on your OfficeConnect version). You should see a list of journal sources configured in your Workday tenant — typically including: **Manual Journal**, **Accounts Payable**, **Accounts Receivable**, **Payroll**, **Fixed Assets**, **Intercompany**, and **System**. If you don't see a journal source filter, confirm with your OfficeConnect admin that the Financials data source is configured to expose journal source dimensions.
{{< /step >}}

{{< step n="2" title="Build a journal source comparison report" >}}
Set up a basic account report:

- **B1**: Actuals version
- **B2**: Reporting period (for example, April 2026)
- **A5 downward**: Accounts you want to analyze (for example, Operating Expenses accounts)

In the header row (row 1), add a column for each journal source you want to compare. Drag **Manual Journal** into **C1**, **Accounts Payable** into **D1**, **Payroll** into **E1**. Click **B5** and copy the formula across to C5, D5, E5. Each column now filters the same account balance by its journal source. Add a **Total** column (F1 = "Total") with the formula `=B5+C5+D5+E5`. This should match the unfiltered B column balance — if it doesn't, there are journal sources not represented in your columns. Click **Refresh**. Each column shows how much of the account balance came from each journal source.
{{< /step >}}

{{< step n="3" title="Identify the source of a variance" >}}
To investigate a month-over-month variance, add a prior period column for each journal source:

- **B3**: Current month (e.g., April 2026)
- **G3**: Prior month (e.g., March 2026) — drag the prior period into G3, then copy the journal source structure from B:F into G:K
- Add variance formulas in a final column set: `=B5-G5`, `=C5-H5`, etc.

The journal source with the largest variance between months is typically the one to investigate. For example, if the Manual Journal column shows a $50,000 variance and all other sources are flat, search in Workday for manual journals posted to that account in April.
{{< /step >}}

> **Tip:** After identifying the journal source, use OfficeConnect's drill-through to jump directly to the journal lines. See [Drill Through to Workday Journal Lines](/wiki/build-reports/financials/drill-through-journal-lines/) for how to set up the drill-through link.

---

## Related links

- [Drill Through to Workday Journal Lines](/wiki/build-reports/financials/drill-through-journal-lines/)
- [Build a Trial Balance Report](/wiki/build-reports/financials/trial-balance-report/)
- [Reconcile OfficeConnect Values to Workday Reports](/wiki/build-reports/financials/reconcile-to-workday/)

