Sales Velocity Metrics are computed based on Deals from your synced Pipelines only. Pipelines without any selected stages in the Settings > Data and CRM are not included in the Sales Velocity Metrics.
đ° New deals per month
The average number of new deals add to your pipeline each month. In your CRM, this will be the average number of deals with a new âcreate dateâ each month. Â
Formula
â= COUNT {deals} / 3
Only include deals with a {Create Date} in the last 90 days
â
---------------------
đ Average months to convert
The average number of months it takes for deals to move through your sales stages. In your CRM, start with just the won deals that have closed in the period you are interested in and calculate the average difference between create dates and closed dates.âŻ
Formula
â= SUM[ Deals {Time to convert} ] / COUNT[ Deals ]
where {Time to convert} in months = [ {Closed Date} - {Create Date} ] / 30
Only include deals with a {Closed Date} in the last 90 daysÂ
---------------------
đ€đ»Win rate
The proportion ofâŻprospects that convert into paying customers over a given period. Calculated as the value ofâŻWon deals/(Won deals + Lost deals). Note that the win rate ignores deals that remain open on the basis that they could become either won or lost.  So you should be careful about stale opportunities that should really be classified as lost as these will over-state your win rate. The below formula is weighted based on the value, not the number of deals Won or Lost.
Formula
â= SUM[ Awarded deals {Amount} ] / [SUM[ Awarded deals {Amount} ] + SUM[ Lost deals {Amount} ]]
Only include deals with a {Closed Date} in the last 90 daysÂ
---------------------
đ” Average deal value
The average value of awarded deals. Â This is where the monetary value comes in and itâs important that we measure it for Won deals only for the sales velocity formula to work.
â
âFormula
â= SUM[ Awarded deals {Amount} ] / COUNT[ Awarded deals ]
Only include deals with a {Closed Date} in the last 90 daysÂ
â---------------------
â
đ Average deal length
Te weighted average duration of a deal from when it is won (or when delivery actually starts) until all of the revenue has been earned. Â This is used to take into account the fact that there might be a relationship between deal value and deal duration. Duration data isnât captured in most CRMs by default, but it is worth adding a custom deal property to start record this metric duration. Â Â
To calculate the weighted average deal length, start with the won deals that have closed in the period you are interested in then, take the value for each deal, multiply by the duration for each deal, calculate the sum total of these value-x-duration amounts and divide by the sum total of the deal value. And youâve got it!
Formula
â= SUM[ Awarded deals {Duration} ] / COUNT[ Awarded deals ]
where {Duration} = number of months deals are spread over in QuarterOne
Only include deals with a {Closed Date} in the last 90 daysÂ