Hi,
My project has two tables, each generated by a BigQuery query.
I have two parameters in the URL: “Date” and “Country.” Currently, I have query1, alias ds0, and query2, alias ds11.
Both queries use the parameters in the URL, but so far I’ve had to send the parameters twice to have them read.
Example:
https://lookerstudio.google.com/embed/reporting/EXAMPLE/page/lTKaF?config={“ds0.date”:“date”,“ds0 .country”:“country”,“ds11.date”:“date”,“ds11 .country”:“country”}
Is there a way to send the parameters only once and then have them read by both queries?