Questions tagged [looker-studio]
1796 questions
0
votes
1 answer
Can't sort bar chart by transformed mysql timestamp in Google Data Studio
I've linked Google data studio with a MySQL database using the standard connector. Everything works except sorting correctly by date.
Database columns configured like this:
price decimal(15,2) not null 24.59
last_changed timestamp not null…

Nikolas Schröter
- 1
- 1
- 3
0
votes
1 answer
How to have a single date field or write this more efficiently
We wrote a query that calculates the amount of time it takes to route an email from Gmail, to a third party security service, then return to Gmail. Now we want to graph it in DataStudio, but the way it's written requires specifying the day in two…

Michael
- 1,428
- 3
- 15
- 34
0
votes
1 answer
Google Data Studio is throwing an internal server error when trying to fetch data
After adding my custom connector to google data studio, when I try to create a graph it throws an internal server error with no explanation. I am wondering if anyone else has an idea of possible causes.
I have already tried making sure that there…

Connor Kennedy
- 1
- 3
0
votes
1 answer
Merge multiple GA unsampled report data into one dataset(view)
I have been using Google Data Studio to build dashboards for Google Analytics 360 data. The data is currently being fetched through Google BigQuery in order to avoid sampling.
However, BigQuery comes with a limitation that it could only fetch 13…

aaaaaaaaaaaaaaa
- 1
- 1
0
votes
2 answers
Google data studio to provide reports and dashboard based on organization
We are a SaaS based company. We are exploring to use Google data studio to provide reports and dashboard to our users (belong to an organisations). We have our data in BigQuery. Our challenge is - we need to show report on our web application as per…

Raju Chittampalle
- 401
- 1
- 4
- 7
0
votes
1 answer
Integrating d3.js sunburst as data studio community visualisation
I'm trying to use the new google data studio community vizualisation feature to integrate a sunburst diagram directly in data studio.
The diagram is based on this d3.js code.
The bucket with my source files is located here
The problem I'm having is…

Edward Bunzl
- 1
- 2
0
votes
1 answer
Failed to create field. Please try again later: Google Data Studio
I am trying to count the occurrence of an event on Google Data Studio (via a BigQuery Connector), however, even for a correct formula "Please try again later appears". The error sometimes to invalid formula.
I have tried refreshing the data source…

Ankit Tripathi
- 394
- 1
- 3
- 13
0
votes
1 answer
Google Data Studio - Custom Aggregation formula
I am building a report in Google Data Studio, and I run into a problem with the aggregation for a couple of metrics.
As an example, I have the following table:
name. |. M1. |. M2. |. M3
A. 23 45 1,9
B. 45 6 0,1
C. …

Danf
- 1,409
- 2
- 21
- 39
0
votes
1 answer
Authorisation is constantly required for Data Studio Community Connector
I have built a community connector which connects to DoubleClickManager API to grab report links for me to later fetch. And it works! However, it (DBM API) constantly requires authorisation. Is this a normal behaviour?
I have not tried anything yet…

Dom Pilipavicius
- 11
- 3
0
votes
1 answer
Building around data studio
Is it possible to build an email login & customizable user subscriptions around data studio?
We have a basic dashboard with individual metrics for locations and would like to have different access for different levels of paid users

Justin Mels
- 1
- 1
0
votes
1 answer
Data Studio line chart baseline average
In Data Studio I want to create a line chart that shows two lines. The first line is the average quantity from the previous year. This is a single value calculated from last year's data that shows as a horizontal line. The second line displays…

Bryon
- 23
- 1
- 4
0
votes
1 answer
Google Data Studio Case statement query
I have a data studio report built that needs some filtering added in, the filters are based on what type of adwords campaign there are.
The shopping ads are determined by the campaign name having the word shopping in it. Anything which does not…

Jordan Mynes
- 3
- 2
0
votes
1 answer
Unable to plot scales and axes in scatter plot in google data studio
Trying to build scatter plot custom visualization in google data studio. Stuck with creating scales and axes.Help me in creating the scales and axes to the plot.
Please note:- have removed the d3.min.js, dscc.min.js library from the myViz.js file to…

rahul bajaj
- 1
- 1
0
votes
1 answer
Ploting Scales and Axes using d3.js code in Google Datastudio for scatter plot
Iam trying to setup a scatter plot in google datastudio and the traditional d3.js dont work in google data studio visualization js file. i have been able to get the circles to load however iam struggling with plotting the circles on scales using…

Srijith Ramachandran
- 71
- 8
0
votes
1 answer
Differences between LEGACY schema and Data Studio Apps Script Service
I'm having problems trying to migrate from legacy schema object to new Data Studio Apps Script Service.
For example in my old schema object I have this dimension:
{
"name" : "datetxt",
"label" : "Date",
"description" : "date of sale",
…

thejavo
- 85
- 1
- 7