如何在一份 Datastudio 报告中使图表(具有可选日期范围)独立于图表 table?
how make chart (with optional date range) independent from chart table in one Datastudio report?
我有这份 Datastudio 报告,其中有一张图表(带有可选的日期范围)和一张显示所有案例的 table。
问题是,当我更改图表的日期范围时,它也会相应地更改 table 值。
我理解这个逻辑,但是如果我想要一个单独的 table 在这个选择 table 时间表旁边显示所有时间的所有数字怎么办?
有可能吗?
那么我可以在一份报告中有两个独立的数据对象吗?
https://datastudio.google.com/reporting/23ff0aaf-629c-495b-a629-a92d52af15e9
这是包含所有报告的网站
https://webcovid19.live/
群组
on Groups 将是要走的路。
为了以后参考,加一张Google Data Studio Report和一张GIF来详细说明方法:
原版Post
可以通过将Table的默认日期范围设置为Custom
,然后设置日期范围[来实现=34=] 根据需要(在这种情况下,默认值 Auto Date Range
就可以了)。
Google Data Studio Report和GIF详解:
Nimantha 的回答是一种有效的方法。但是,这种方法只能用于日期范围过滤器。如果您更改 Country/Region 过滤器值,两个图表都会更新。
如果您希望日期和维度过滤器都应用于某些图表,您只需将它们分组即可。来自官方帮助文档:Restrict a filter control to specific charts: "To do this, select the filter and one or more charts. Then use the Arrange > Group menu (or right-click and and select Group). Now, the filter only applies to the charts in this group."
我有这份 Datastudio 报告,其中有一张图表(带有可选的日期范围)和一张显示所有案例的 table。 问题是,当我更改图表的日期范围时,它也会相应地更改 table 值。 我理解这个逻辑,但是如果我想要一个单独的 table 在这个选择 table 时间表旁边显示所有时间的所有数字怎么办? 有可能吗?
那么我可以在一份报告中有两个独立的数据对象吗?
https://datastudio.google.com/reporting/23ff0aaf-629c-495b-a629-a92d52af15e9
这是包含所有报告的网站 https://webcovid19.live/
群组
原版Post
可以通过将Table的默认日期范围设置为Custom
,然后设置日期范围[来实现=34=] 根据需要(在这种情况下,默认值 Auto Date Range
就可以了)。
Google Data Studio Report和GIF详解:
Nimantha 的回答是一种有效的方法。但是,这种方法只能用于日期范围过滤器。如果您更改 Country/Region 过滤器值,两个图表都会更新。
如果您希望日期和维度过滤器都应用于某些图表,您只需将它们分组即可。来自官方帮助文档:Restrict a filter control to specific charts: "To do this, select the filter and one or more charts. Then use the Arrange > Group menu (or right-click and and select Group). Now, the filter only applies to the charts in this group."