I am using Data Studio for a project and I am connecting to my BigQuery table. My table contains following columns: Date Store_name Footfall I'd love to compare the footfall of two stores using Data Studio but apparently I can't do that! Any hints or should I just switch to another viz tool?
I'm looking at tracking custom dimensions that have been set up in google analytics within data studio. I can find the custom dimensions that in analytics but I cannot find how to get them in data studio unlike the other metrics. These dimensions are tags coming from drupal. An issue I have with this is that tags are coming in with commas in them. Two separate tags Topic1 and Topic2 would be able to be 3 different tags as it …
Google Data Studio has connectors to MySQL, PostgreSQL, etc. but these connections will come with default names. Couldn't find out how to set the names for data sources in Google Data Studio. Is it even possible?
In Data studio I'm trying to get the percentage change week on week of a metric so that weekly reporting on changes is automated - right now I have to calculate the differences manually every week. Visually this is the idea, but any type of chart / visualisation would be fine. Is this possible in Data studio?
I want to create a Google Data studio dashboard from Infusion soft data. The main problem are the connectors - there are multiple tools that provide direct connectors but they are paid solutions like Klipfolio, Clicdata, Grow etc. If a direct connection is not possible, I want to use some combination of Google sheets and Zapier or other free tools to create a data flow that can be constantly refreshed for data coming in from "infusionsoft" to "Google data studio" …
I would like to know how can I do this and if it is makes sense to you. I have a Dash app written in Python in which: 1) I make the connection to my Databases (Python). 2) Perform several queries in SQL to obtain the data I need (Python). 3) If need, manipulate the query response with Python to obtain the desired metric (Python). 4) Build the plots (Python, Plotly, Dash) This Dash App is on a server and …