Connecting BigQuery to Google Data Studio [Basic Setup]
Steps for Connecting BigQuery to Data Studio
This note outlines the basic steps required to generate charts in Google Data Studio, specifically pulling data from BigQuery.
BigQuery
- The starting point is to generate a query in BigQuery
- Once a query is created, click Save Results
- In the pop-up window, a prompt: “choose where to save the results data from the query”, save result as BigQuery Table
- Set project name (i.e., jobsbot)
- Set dataset name (i.e., internalmongo)
- Create table name, for the specific query (i.e., jobfieldname_ranking)
Google Data Studio
- Click Add Data
- Find BigQuery in Google Connectors
- Locate saved query table (see above) (i.e., My Projects > jobsbot (project) > internalmongo (dataset) > jobfieldname_ranking (table/specific query))
- Click Add
- Select ‘Add a Chart’ (note: could be Table or Chart style)
- Optional: copy/paste Table to create a companion Chart for table
- Select Table; in Data Menu, select Metric, ‘Add Metric’ to swap out generic default Report Count (for more informative data generated from the query)