Skip to content

Instantly share code, notes, and snippets.

@robhammond
Created July 10, 2018 08:59
Show Gist options
  • Save robhammond/c5b7b6dbcfb211956dc20d3748c632cb to your computer and use it in GitHub Desktop.
Save robhammond/c5b7b6dbcfb211956dc20d3748c632cb to your computer and use it in GitHub Desktop.
Custom Country - Data Studio dimension
CASE
WHEN (country="United Kingdom") THEN "UK"
WHEN (country="United States") THEN "USA"
WHEN (country="India") THEN "India"
WHEN (country="Ireland") THEN "Ireland"
ELSE "(Other)"
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment