WebmasterID logoWebmasterID
Reports & dashboards

Looker Studio calculated fields

Calculated fields let you derive new fields with formulas — arithmetic, CASE logic, text and date functions — at the data-source or chart level. The decisive subtlety is aggregation: a formula's result depends on whether it is computed per-row then aggregated, or on already-aggregated values, which differs between field-level and chart-level calculations.

Verified against primary sources

What this means

A calculated field is a formula that produces a new dimension or metric. Looker Studio offers arithmetic operators, CASE for conditional logic, and text, date, and aggregation functions. Fields can be defined at the data-source level (reusable) or on a single chart.

Aggregation decides the number

The same formula can give different answers depending on aggregation order. A metric like sum(revenue)/sum(sessions) aggregates first; a row-level revenue/sessions then summed averages ratios, which is usually wrong. Looker Studio distinguishes calculated fields that operate on aggregated inputs from those evaluated per row. When a calculated ratio looks off, the cause is almost always this aggregation context — fix the formula to aggregate the numerator and denominator before dividing.

How it appears in analytics and logs

A calculated field's value reflects where in the aggregation it runs. A ratio that looks wrong is often a row-level vs aggregate-level computation issue, not a formula typo.

Diagnostic use case

Create a derived dimension (group pages into sections) or metric (conversion rate, margin) inside Looker Studio without changing the underlying source.

What WebmasterID can help detect

WebmasterID's first-party fields can be reshaped with calculated fields in a report without third-party data or cross-site identity.

Common mistakes

Privacy and accuracy notes

Calculated fields transform aggregated data; keep them off personal identifiers. They don't expand what the source collects.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.