简体   繁体   English

多个数据源的图表交互

[英]Chart Interaction for multiple data sources

I have three charts on my report.我的报告中有三张图表。 A geomap, table 1 and table 2. For Geomap and Table 1 the data source is DB1 and for table 2 data source is DB2.一张地理地图,表 1 和表 2。对于 Geomap 和表 1,数据源是 DB1,而表 2 的数据源是 DB2。 DB1 has the information PID (Primary Key), Name, City, Province where as DB2 has PID, Title, Current Organization, City and Current status. DB1 具有 PID(主键)、姓名、城市、省份等信息,而 DB2 具有 PID、职务、当前组织、城市和当前状态。

I am trying to add a chart interaction filter so I can filter values using a click for all three charts.我正在尝试添加一个图表交互过滤器,这样我就可以通过单击来过滤所有三个图表的值。 However, for chart 2, it doesnt change when I click the name on Table 1. Is there a way I can use PID such that when I click something on Table 1 it uses PID, finds that PID in DB2 and displays that information in table 2?然而,对于图表 2,当我单击表 1 上的名称时它不会改变。有没有一种方法可以使用 PID,这样当我单击表 1 上的某些内容时它使用 PID,在 DB2 中找到该 PID 并在表中显示该信息2?

It may be a basic question and my experience with data studio is only 2 days.这可能是一个基本问题,我使用 Data Studio 的经验只有 2 天。 Any suggestions?有什么建议么?

It seems like your 2 data sources can be joined on PID.您的 2 个数据源似乎可以加入 PID。 I suggest creating a 'blended data' and use it for all 3 charts/tables.我建议创建一个“混合数据”并将其用于所有 3 个图表/表格。

An alternative is to select all the filter and 3 charts/tables then right-click -> Group .另一种方法是选择所有过滤器和 3 个图表/表格,然后右键单击 -> Group

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Data Studio 条形图比较多个指标占总数的百分比 - Google Data Studio bar chart comparing multiple metrics as % of the total 对两个不同的数据源使用相同的过滤器控件 - Using the same filter control for two different data sources 将不同来源的数据流式传输到 AWS S3 - Streaming Data From different Sources to AWS S3 使用来自 Firestore 实时侦听器的数据更新图表 - Updating chart with data from Firestore realtime listener 如何在 helm 图表中将 if 语句拆分为多行 - how split if statement over multiple lines in helm chart Data Studio - 您可以在图表中显示最大指标的日期吗? - Data Studio - Can you display the date of a Max Metric within a Chart? 无需人工干预即可自动进行云身份验证登录 - Automate cloud auth login with no human interaction Google Dataflow - 将数据保存到多个 BigQuery 表中 - Google Dataflow - save the data into multiple BigQuery tables Flutter Firebase - 在具有多个文档的集合中使用 where 检索数据 - Flutter Firebase - retrieving data using where in a collection with multiple docs 在不同的块中显示从 firebase 中获取多个数据 - Fetch multiple data from firebase in show in different blocks
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM