Data Studio Geo Map Drill Down 与 Google Map 可视化问题

Datastudio Geomap Drilldown vs GoogleMap visualize issues

我正在玩 DataStudio GeoMap 和 GoogleMap 功能,我使用了 Covid US datased。我做了一些研究,什么最适合通过 GeoMap 和 GoogleMap 显示图表,我用 6 张幻灯片做了报告,每张幻灯片都有标题和使用的方法,我发现了以下问题:

1) Drill down for GeoMap not working often, state/regions not showed, 
2) in slide #2 GeoMap: used 3 Geo Dimension: Lat/Long, City, Region : how to show City names ? (and disable Latitude?)

似乎最好的方法是通过 GoogleMap(幻灯片 #6)显示气泡维度:Lat/Long 工具提示:城市 > 然后将值显示给城市, 唯一的问题是如何设置默认缩放区域美国,以避免显示整个世界?

报告如下: https://datastudio.google.com/reporting/f0201b38-c2ae-400c-8ca0-d65d001c9e3a/page/DOdRB

请注意:在我今天的旧报告中,我能够以某种方式创建带有向下钻取 2 层 GeoMap 的报告,使用的维度:城市+地区 > 不准确,许多城市缺失: https://datastudio.google.com/u/0/reporting/a729972f-97ec-4faf-8311-a49719d0826c/page/TeaRB

正在尝试通过嵌入式框架导入 GoogleMap,但出现此错误>>

Google Maps cannot yet be displayed in embedded reports.

问题 1:Google 地图和过滤器

打开 Report above, exported the Google Maps data to Goggle Sheets, recreated a Data Source and Report, and then had a look through; it seems that the data in the City field is sorted, classifying values outside the United States as NA, in addition, removed 0,0 values in the Latitude_Longitude field, thus this Filter 就可以了:

Exclude City RegExp Match (NA)
AND
Exclude Latitude_Longitude RegExp Match (0,0)

Editable Google Data Studio Report和GIF演示(可随意浏览和编辑报告):

问题 2:地理地图和深入分析

问题 1 中更新的过滤器在使用 Geo Maps Chart Type, with all three Geo Types - Latitude_Longitude City and Region working as expected using the Drill-down 且缩放区域设置为 United States 时应该可以解决问题;添加上面过滤器的图像以进行说明:

Google Data Studio Report 和一张 GIF 来详细说明:

问题 3:嵌入地图图表