简体   繁体   English

在 Google Data Studio(Looker Studio) 中的现有报告中添加 BigQuery 查询结果

[英]Adding BigQuery query result in an already existing report in Google Data Studio(Looker Studio)

I have an already existing Google Data Studio(Looker Studio) Report where the data is coming from a Google BigQuery table.我有一个现有的 Google Data Studio(Looker Studio) 报告,其中数据来自 Google BigQuery 表。 Now when I am making a new query using that table and trying to attach the query result in the existing data studio report, it is not hapenning.现在,当我使用该表进行新查询并尝试将查询结果附加到现有数据工作室报告中时,它并没有发生变化。 Basically I am not getting any option to attach the query result in the already existing data studio report.基本上我没有任何选项可以将查询结果附加到现有的数据工作室报告中。 Need help regarding this issue.需要有关此问题的帮助。

First I ran the query on a table in bigquery and exported the result in a data studio report.首先,我在 bigquery 中的一个表上运行查询,并将结果导出到数据工作室报告中。 Now when i am running another query on the same table, I can't able to add the new result in the already existing dashboard report.现在,当我在同一个表上运行另一个查询时,我无法将新结果添加到已经存在的仪表板报告中。 When I am exporting the query result, every time it is generating a new dashboard report.当我导出查询结果时,每次它都会生成一个新的仪表板报告。

If you use Big Query table as a data source in your report, each time that Looker Studio document is loaded or its filters are updated, Looker Studio will run a query to the data source to fetch data.如果您在报告中使用 Big Query 表作为数据源,则每次加载 Looker Studio 文档或更新其过滤器时,Looker Studio 都会对数据源运行查询以获取数据。 You should have no problem to display new info in your report if you insert the new rows in the right table.如果在右表中插入新行,则在报告中显示新信息应该没有问题。

As you mention you are trying to update the data with a query result, you can write the result to the datasource table as destination table.正如您提到的,您正在尝试使用查询结果更新数据,您可以将结果作为目标表写入数据源表。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM