google-data-studio

representing 2 different metrics with different columns in line chart

|▌冷眼眸甩不掉的悲伤 提交于 2020-08-10 13:12:49
问题 I am preparing a datastudio report. The data studio report consists of the following columns below: As seen in the picture it captures metric data at a particular time . The date range is set as the end_time The X axis will represent the end_time column and the breakdown dimension will be InstanceName column and I am preparing to show it as line chart. There are 2 metrics readops and writeops columns. I need to represent these 2 metrics as 2 different lines in the same chart so that the read

Data Studio Community Connector for Bigquery

余生长醉 提交于 2020-07-20 04:17:31
问题 Very similar to this post, Have set up a connector, but the getData() function, which is using a SQL query does not seem to be pulling any data through. Have also used this colabs for guidance. As far as I can see from the logs, I'm authenticating to my db fine, but it doesn't seem to be pulling anything. this question showed an output, but I'm developing in https://script.google.com/ and I can't see how to get a readout of the query as they have done. Update added "useQueryConfig": true into

Average scroll rate in Google Studio

点点圈 提交于 2020-07-10 09:32:28
问题 I want to calculate and display the average scroll depth in Data Studio from analytics. I’m looking to get an average scroll depth in Studio. I’ve got the 10%,25%, etc scroll depth data coming in, but I now need to be able to calculate the average scroll % from this data. To calculate the average scroll depth: multiply the scrolled threshold by the number of events (10x500) + (20x400) + (30x475) +(40x300) + (50x200) + (60x100) +(70x75) +(80x60) + (90x20) + (100x10) Then, take that total

How to use Regex to replace square brackets from date field in Google Data Studio?

北城余情 提交于 2020-07-09 06:54:45
问题 I am trying to remove square brackets around a date field in Google Data Studio so I can properly treat it as a proper date dimension. It looks like this: [2020-05-20 00:00:23] and I am using the RegEx of REGEXP_REPLACE(Date, "/[\[\]']+/g", "") and I want it to look like this for the output: 2020-05-20 00:00:23 It keeps giving me error results and will not work. I can not figure out what I am doing wrong here, I've used https://www.regextester.com/ to verify that it should work 回答1: Regarding

how create table / scorecard with last Date value in DataStudio?

蓝咒 提交于 2020-06-28 03:57:56
问题 I have this report, but I am not able to create scorecard or table with with latest date value. Before it was working in Scorecard with MAX(date) query, but I got info that "Scorecard not working this way anymore after last update", but seems that also in table not working. When you check the screenshots there is showing only type (Text) and not date type as expected. Any idea how to fix this please ? FYI: now is showing in report last update from May 28, even there is also data May 29, but

Integrating d3.js sunburst as data studio community visualisation

我只是一个虾纸丫 提交于 2020-03-04 15:37:38
问题 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 that the sunburst diagram doesn't appear at first but it does if I move the chart zone in data studio edit mode (or if I re-confirm a metric / dimension in the edit pane). Once a first move (drag & drop) is done, the chart correctly displays and I

Integrating d3.js sunburst as data studio community visualisation

♀尐吖头ヾ 提交于 2020-03-04 15:36:22
问题 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 that the sunburst diagram doesn't appear at first but it does if I move the chart zone in data studio edit mode (or if I re-confirm a metric / dimension in the edit pane). Once a first move (drag & drop) is done, the chart correctly displays and I

How to exclude “others” in my pie chart in Data Studio

久未见 提交于 2020-02-25 04:17:32
问题 I have a pie chart in Data Studio as below: As you can see from the donut, there is "others" slice which I don't want to see it there, and I want to customize the label to show "python (88%)". Can anyone share your expertise and enlighten me on how to do it? Thank you very much. UPDATE Following @Jaishree's suggestion, I have selected only the top 10, so there is no "others" now. however, I still don't get it on how to show the label as "python (88%)" As you can see, I have two fields in my

How to exclude “others” in my pie chart in Data Studio

折月煮酒 提交于 2020-02-25 04:15:01
问题 I have a pie chart in Data Studio as below: As you can see from the donut, there is "others" slice which I don't want to see it there, and I want to customize the label to show "python (88%)". Can anyone share your expertise and enlighten me on how to do it? Thank you very much. UPDATE Following @Jaishree's suggestion, I have selected only the top 10, so there is no "others" now. however, I still don't get it on how to show the label as "python (88%)" As you can see, I have two fields in my

How to use one template of google data studio for multiple accounts dynamically?

限于喜欢 提交于 2020-02-16 06:54:18
问题 I've been looking for a while how to do this: I have a datasource with the information o multiple clients, I want to create a template of Google Data Studio to show some reports. However, I want that template to be unique and some how show the information per client in the Datasource. Is this possible? Should I use another tool? 回答1: This can be achieved through Report URL parameters. This will let you use one report, but change the configuration parameters through the url--effectively using