Looker Studio is now called Data Studio. Learn more about this change.

TOREGION

Returns the region name for the specified geolocation.

Sample usage

TOREGION(Region ID, 'REGION_ISO_CODE')

Syntax

TOREGION(X, input_format)

Parameters

  • X - a text field.
  • input_format - format for text field X.

Input format

TOREGION accepts the following input format: REGION_ISO_CODE.

Examples

Example formula Input Output
TOREGION(Region ID, 'REGION_ISO_CODE') US-CA California

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月26日 UTC.