How to add 2 metrics from different data source in Looker Studio ?

How to add 2 metrics from different data source in Looker Studio ?

Looker Studio allows you to manipulate your data as you wish, you can explore and display in multiple ways !

One thing that can be frustrated is to add some metrics from different data sources, but there is a simple way to do it !

Follow these steps to add 2 metrics from different data source :

  1. Quick blend 2 data sources
  2. Modify the formula and type

Quick blend 2 data sources

There is an easy way to blend 2 data sources : select 2 components from 2 different data sources and do a right-click then Blend Data.

Here is an example of the investment in Google Ads and Facebook Ads :

Once your blended data sources is created, you have a new component in your report. You need to modify the formula and type to get your sum.

Modify the Formula and Type

You can now select the new component that appears when you create the blended data source. As you can see, Looker Studio try to divide one metric by the other, but we can modify the formula so instead of having this :


SUM(Investment Google Ads) / SUM(Investment Facebook Ads)

We will do this :


SUM(Investment Google Ads) + SUM(Investment Facebook Ads)

And we will modify the type from Percent to Currency (Euro) :

And you are ready to go !

More function to use with Looker Studio

RIGHT_TEXT 
:
Harnessing the Power of the RIGHT_TEXT Function in Looker Studio: A Comprehensive Guide
CURRENT_DATE
:
CURRENT_DATE : Looker Studio function
CONTAINS_TEXT
:
Introduction to the CONTAINS_TEXT Function
PARSE_DATETIME
:
Transforming Text into Date and Time: Introducing the PARSE_DATETIME Function in Looker Studio
DATE
:
Exploring the DATETIME Function in Looker Studio: Syntax, Usage, Limitations, and Tips for Accurate Data Visualization