Create your Dashboard: Deals & Pipelines

Create your Dashboard: Deals & Pipelines

Understanding your sales pipeline


This lesson shows you how to create a dashboard to summarize the sales activity of your contacts, staff and pipelines. You can download your template Your Deals Dashboard


Create your data sources


For this Dashboard you will need to create standard data sources from the  following resources. These contain no custom dimensions or metrics.

  1. Deals 
  2. Stages
  3. Pipelines
  4. Users

Change of data-type

The data source "deals" requires two dimensions to have their data type changed as per below.                   

Name
Old Data-type
New Data-type
group
number
text
stage
number
text


Video: Building "Your Deals and Pipelines" data sources


TIP: 

The "Pipelines" data source is only used to obtain the names of the  pipelines. These are not present in  the "Deals" or "Stages" data  sources only the id.    


Video: Configuring your dashboard


With your Data sources created you are now ready to configure the dashboard  from the template in this previous lesson. Open the template in a new  browser tab and watch the video below.



Data blend design


For this lesson you will need to create a data blend. This will be used in many of the charts on the dashboard "Your Deals & Pipelines. The rest of this lesson outlines all of the configurations to copy as per the videos in prior lessons for this chapter. 

Data blend name: 

When you create your data blend you will need to name it "Deals"  

Data blend data sources:

This data blend requires the use of four data sources. You should have previously completed this task creating data sources with the names below.

  1. Deals
  2. Stages
  3. Pipelines
  4. Users


Join Conditions:

The Data blend will also have the following 4 join conditions prepopulated  into the Blend as soon as you map the data sources into the Dashboard.

The joins are as follows


1- Inner join deal.group and stages.group  
2- Inner join deal.stage and stages.id
3- Inner join deal.pipelineid and pipelines.id
4- Inner join deals.owner and  users.id


Metrics:

The data blend will require you to add the following metrics as per table below. 

                      

Name
Type
Formula
Deal Status
Dimension
case when status = 0 then 'Open' when status = 1 then 'Won' when status = 2 then 'Lost' else 'NA' end
No of Deals
Metric
count(activitycount)
Sales $
Metric
sum(value/100)
winProbability
Metric
sum(winProbability)
Average Deal $
Metric
(sum(value)/count(activitycount))/100
Age of Deals
Metric
DATE_DIFF(today(),cdate)


Dimensions:

You will also need to add the following dimensions to your data blend.                       

Name
Source
Created Date
deals.cdate
Modified Date
deal.mdate
Deal id
deals.id
Pipeline id
deals.pipeline id
Stage
deals.stage
Stage Id
stages.id
Deal Stage
stages.stage name
Owner
deals.owner
Deal Name
deal.title
customerAccount
deals.customerAccount
description
deals.description
customerAccount
deals.customerAccount
Deal Stage
stages.stage name
Pipeline Name
pipelines.pipeline name
Deal Owner
users.first name


    • Related Articles

    • Create a Dashboard: Your Campaigns

      How successful are your email campaigns? This article will show you how to create a dashboard summarizing the performance of your email Campaigns (Broadcasts) We show you how to create dimensions and metrics that allow you to easily understand ...
    • Create a Dashboard: Your Content

      What content engages your audience? Within each of your campaigns you will most likely add content or clickable links. This article shows you how to create a Dashboard that tracks the performance of your content across your Automations and Campaigns. ...
    • Meta Ads: Creating your first Looker Studio data source to build your custom Dashboard

      Build Your Report Adding and authorising Find My Insight Meta Ads Connector in Google Data Studio. This guide shows you how to use a Find My Insight Connector for Data Studio, It's pretty simple, just add and then authorize the connector. This will ...
    • Create a Dashboard: Active Campaign Account snapshot

      This article takes you through all of the requirements for creating a "Your Account Snapshot Summary" dashboard for your ActiveCampaign account. It provides the latest view of the following metrics. Total Contacts Contact bounces Total emails sent ...
    • ActiveCampaign: Create click rate percentage calculations

      The ActiveCampaign Resources don't come with any percentage based metrics. This means that you will have to create them yourself. This success article shows you how easy it is to create percentage calculations for your charts and dashboards. Select ...