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

TOREGION
:
Exploring the TOREGION Function in Looker Studio: A Comprehensive Guide to Region Identification and Visualization
SIN
:
Exploring SIN Function in Looker Studio: Usage, Limitations, and Practical Applications
QUARTER
:
Mastering the QUARTER Function in Looker Studio: Syntax, Usage, Examples, and Tips For Detailed Chronological Data Analysis
MAX
:
Mastering the Use of MAX Function in Looker Studio for Enhanced Business Data Analysis and Insights
EXTRACT
:
Exploring the Versatility of the EXTRACT Function in Looker Studio: A Comprehensive Guide on its Syntax, Application, & Limitations