All Questions
Tagged with google-data-studio or looker-studio
1,841 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
119
views
Google Looker Studio Date Invalid
It seems Looker studio had a bit of an update and ever since I can't get my dates to work.
My excel file saves a .csv with dates formatted as YYYY-MM-DD
and uploads it using CSV file upload.
When ...
0
votes
0
answers
223
views
Looker Studio: Is URL parameter-based automatic filtering technically impossible when using Google Sheets as a data source?
URL Parameter Filtering with Google Sheets Data Source
Background
I'm using Looker Studio with Google Sheets as a data source and want to display reports with specific filters applied directly via URL ...
1
vote
0
answers
71
views
Vega-lite json for a line chart + error bands combo
I've been working on a personal project to create an election tracker and then a published dashboard in google looker. I have a google sheet imported and a simple line chart working already but I can'...
1
vote
1
answer
91
views
GCS bucket to Looker studio custom community viz does not connect
First time trying anything like this
I want to create a custom viz in Looker Studio with d3.js
I have created a bucket d3js-bucket
I have made the bucket public.
IAM has
Organization Administrator
...
0
votes
1
answer
308
views
How can I prevent score card from being affected by a control in Looker Studio? [duplicate]
I need to ensure that a score card will not end up being filter when data is selected using a control in Looker Studio. How do I do that?
I found a related post that refers to grouping a filter as a ...
0
votes
1
answer
194
views
How can I create a Looker Studio dash by just writing SQL queries?
I'm used to building data viz in Redash or Grafana, which both have the workflow:
New Dash → New Chart → write some SQL / choose visualization options for the output → Done
For a new work project, I ...
0
votes
1
answer
52
views
Looker Studio: How to Filter text field ends with _a or _b?
New to Looker Studio! I've had beginner training, but looking for a way to Filter to Include data in a Text Field the ends with "_a" OR a "_b". 'Ends with' is not an option in the ...
0
votes
1
answer
119
views
I have a looker studio Funnel questions
I'm currently trying to create a funnel in Looker Studio using the FunnelGraph Visualization feature.
I initially used event_name as the parameter to build the funnel, but the result is incorrect, ...
0
votes
1
answer
253
views
Looker studio compact numeric axis labels with whole number format
So I've got a chart that shows sales over time. Y axis is labeled 200k, 400k, 600k etc. It literally says 600K not 600,000. When I mouse over it shows the specific value for that timepoint 352,013....
1
vote
0
answers
129
views
Redirect URI for OAuth to make Looker Studio Connectors
I'm new to Apps Script but I'm trying to make some Looker Studio Community Connectors for some marketing tools (eg: Instagram Insights, Klaviyo, etc) so need OAuth to authenticate the user to get data....
0
votes
0
answers
58
views
Looker PDT Aggregation Issue: Measure Not Summing Correctly
I have created a Persistent Derived Table (PDT) in Looker, and I have another view that joins with this PDT.
In my Explore, I have a measure in the PDT that checks if sales > 0, and if so, it ...
0
votes
0
answers
91
views
how to granting the permission on Google App Script to public for Looker Studio Connector?
We create our own connector for Looker Studio using Google App Script. the connector can show the data without any issue.
but when an editor want to edit the data source, it cant be edited. only the ...
0
votes
0
answers
208
views
Dynamically Hide Tiles on Embedded Looker Dashboard in React
I am working with a React app and we are embedding a Looker Dashboard on an internal company website. The Client has requested that we do not use the Looker sdk because they do not want to have to ...
0
votes
3
answers
144
views
Long form record view in looker studio
I have a bigquery dataset containing leads (names, email addresses, a ton of info gleaned from different sources). I have a looker studio dashboard that shows rows from this datasets, sorted by a ...
2
votes
0
answers
322
views
Use dropdown value as parameter for other Looker Studio visualizations
I have a BigQuery data source that contains a list of dates. I would like to populate a drop-down control with this list. By default, it uses a selection value of "Latest" and I've updated ...