Created
July 10, 2018 08:59
-
-
Save robhammond/c5b7b6dbcfb211956dc20d3748c632cb to your computer and use it in GitHub Desktop.
Custom Country - Data Studio dimension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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