In Looker Studio, we can view percentage or absolute changes year-over-year, but I’m wondering if there is way to see the resulting value after the change while working dynamically with a date control filter.
For example, in row 1, sessions show an 80.6% increase from last year. Is there a way to display the original value as well?
Hi Garman, you can do it.
Try the steps below:
Create a Calculated Field for the Original Value: Assuming you already have the current value (Sessions) and the percentage change (YOY % Change), you can calculate the original value as:
\text{Original Value} = \frac{\text{Sessions}}{1 + (\text{YOY % Change}/100)}Add the Original Value to the Report:
Ensure Dynamic Compatibility with Date Controls:
Verify Data Aggregation:
This approach ensures the calculated "Original Sessions" field dynamically reflects changes based on the applied date filter or control.
The comparison value is from the comparison feature being enabled. Do you know if this method will work on a blended data source (Ga4)?
Join Key Session Default Channel Group (Left Join)
Table 1: Sessions
Table 2: Key events (filtered applied)
User | Count |
---|---|
5 | |
1 | |
1 | |
1 | |
1 |