【发布时间】:2018-12-03 10:52:59
【问题描述】:
我正在使用 Google Datastudio,但因为一些奇怪的事情而被阻止。
我想制作一个包含全局系列和详细系列的图表。
但要做到这一点,我有 2 个不同的重新分区,但我不知道该怎么做。
这是我的数据集的一个样本:
| Type | Detail | Country | Value | Date |
|---|---|---|---|---|
| type1 | uk | 60 000 | 2018-12-04 | |
| type2 | detail-1 | uk | 15 000 | 2018-12-04 |
| type2 | detail-2 | uk | 11 000 | 2018-12-04 |
| type2 | detail-3 | uk | 4 500 | 2018-12-04 |
| type1 | usa | 78 000 | 2018-12-04 | |
| type2 | detail-1 | usa | 40 000 | 2018-12-04 |
| type2 | detail-2 | usa | 17 000 | 2018-12-04 |
| type2 | detail-3 | usa | 11 5000 | 2018-12-04 |
我想要一个基于“类型”的系列和另一个基于“细节”的系列,那么我应该针对不同的国家/地区使用过滤器。
我该怎么做?我花了很多时间在这个简单的问题上,但我无法做到这一点。
我的数据来自 SQL Cloud for MySQL
应该是这样的:
【问题讨论】:
-
你能给我们举个例子说明你的输出应该是什么样子吗?
-
@Bobbylank 添加到线程 thx
标签: charts series google-data-studio