Build a Sales Pipeline-to-Revenue Forecast
Pipeline-to-revenue forecasting bridges the gap between the CRM and the financial model. Instead of treating bookings as a single top-down number, this approach builds the forecast bottom-up from deal stages and probabilities. This tutorial walks through assembling a probability-weighted revenue forecast in Workday OfficeConnect, assuming your pipeline data is already loaded into Adaptive Planning through a custom dimension.
What you’ll build: A report that lists pipeline by stage, applies a stage-weighted probability, and projects expected revenue by month for the next two quarters.
What you’ll need:
- OfficeConnect installed and signed in (Build Your First Report)
- A Pipeline Stage custom dimension in Adaptive Planning (Prospect, Qualified, Proposal, Negotiation, Closed Won)
- A Pipeline Amount account loaded with deal values dimensionalized by stage and expected close month
- Familiarity with custom dimensions (Custom Dimensions and Attributes)
Step 1 — Set up the stage rows
Prospect, Qualified, Proposal, Negotiation, Closed Won. In B2 drag the Pipeline Amount account and filter it on the Pipeline Stage = Prospect dimension value using the Reporting pane. Repeat for B3:B6, filtering on each stage.Step 2 — Apply stage probabilities
=B2*$H2 and copy across and down. This block shows the probability-weighted contribution from each stage by month.Step 3 — Build the forecast row
Expected Revenue. In B16 write =SUM(B10:B14) and copy across to G16. This is the bottom-up pipeline-weighted forecast for each month.Plan and drag the Budget version of your Revenue account into each month. Add a third row labeled Gap with =B16-B17 to show where pipeline coverage is short.Step 4 — Refresh and review
Result
You now have a probability-weighted revenue forecast driven directly by your pipeline data. Each refresh pulls the latest deal stages and amounts from Adaptive Planning, applies your tuned conversion rates, and shows month-by-month expected revenue against plan. Sales leadership sees pipeline coverage; FP&A sees a forecast they can defend with deal-level math.
Next steps
- Add additional pipeline cuts by region or product — see Custom Dimensions and Attributes
- Compare this bottom-up forecast against the top-down plan — see Compare Planning Versions
- Score the forecast against actuals after the quarter closes — see Build a Forecast Accuracy Report