简体   繁体   中英

How to plot multiple dates from BigQuery drop down into Google Data Studio

I have a file in BigQuery which as dates as drop down menu. I have written a query and made a plot using the date 2020-09-13 but how do I use different dates to show the same plot in Google data studio.

Please see this image: enter image description here

Please help.

You should use wildcard tables

SELECT ....
FROM `project.dataset.events_*`   

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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