Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google bigquery 在Google Data Studio中有没有从X和Y阵列绘图的方法?_Google Bigquery_Google Data Studio - Fatal编程技术网

Google bigquery 在Google Data Studio中有没有从X和Y阵列绘图的方法?

Google bigquery 在Google Data Studio中有没有从X和Y阵列绘图的方法?,google-bigquery,google-data-studio,Google Bigquery,Google Data Studio,我在BigQuery中有一组数据,其中包含一个UID字段和两个数组字段,其中包含相同长度的数组(重复字段模式)。我将数据导出到DataStudio,并希望根据过滤后的单数条目绘制一条线,使用数组作为X和Y坐标,但我无法通过DataStudio强加给我的聚合。有没有办法做我想做的事情,我需要改变方法吗

我在BigQuery中有一组数据,其中包含一个UID字段和两个数组字段,其中包含相同长度的数组(重复字段模式)。我将数据导出到DataStudio,并希望根据过滤后的单数条目绘制一条线,使用数组作为X和Y坐标,但我无法通过DataStudio强加给我的聚合。有没有办法做我想做的事情,我需要改变方法吗