I want to create a Deal Velocity Report with these metrics:
avg time in each sales stage, win rate by stage, overdue deals by rep per stage # of deals in each stage
I cannot figure it out ?
Are all the fields availabe ? I cannot find average time,win rate as field. Is there a tip to include them in a report indirectly ? what filters should i do
Right off the bat I would say this has be multiple reports and not one report:
# of deals in each stage: Single object report, filter for pipeline, filter out closed won/lost, I would do it as a KPI or bar chart report, display count of deals and/or amount
overdue deals by rep per stage: what makes a deal overdue, use that as a filter so only these reports show, then add stage and deal owner, bar chart probably makes the most sense
win rate by stage: I would seriously question that metric - but don't know enough about the business you are in. This requires a either custom report, or funnel report which you get with Pro & Ent
avg time in each sales stage: single object deal report, filter by pipeline, add "time in stage - all stages" property, in the visualisation select AVG (see example screenshot) below
Then add all of these onto a dashboard for a combined view.
Frank
Found my comment helpful? Great! Please mark it as a solution to help other community users.
Right off the bat I would say this has be multiple reports and not one report:
# of deals in each stage: Single object report, filter for pipeline, filter out closed won/lost, I would do it as a KPI or bar chart report, display count of deals and/or amount
overdue deals by rep per stage: what makes a deal overdue, use that as a filter so only these reports show, then add stage and deal owner, bar chart probably makes the most sense
win rate by stage: I would seriously question that metric - but don't know enough about the business you are in. This requires a either custom report, or funnel report which you get with Pro & Ent
avg time in each sales stage: single object deal report, filter by pipeline, add "time in stage - all stages" property, in the visualisation select AVG (see example screenshot) below
Then add all of these onto a dashboard for a combined view.
Frank
Found my comment helpful? Great! Please mark it as a solution to help other community users.
Hi @franksteiner79 for the win rate report i might try creating a custom formula field in the custom report builder. Would it be a right path ? Here is the formula :COUNT(IF([Deal Stage] = "Closed Won", 1, NULL)) / COUNT(IF([Deal Stage] = "Closed Won" OR [Deal Stage] = "Closed Lost", 1, NULL))