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

  1. The starting point is to generate a query in BigQuery
  2. Once a query is created, click Save Results
  3. In the pop-up window, a prompt: “choose where to save the results data from the query”, save result as BigQuery Table
  4. Set project name (i.e., jobsbot)
  5. Set dataset name (i.e., internalmongo)
  6. Create table name, for the specific query (i.e., jobfieldname_ranking)

Google Data Studio

  1. Click Add Data
  2. Find BigQuery in Google Connectors
  3. Locate saved query table (see above) (i.e., My Projects > jobsbot (project) > internalmongo (dataset) > jobfieldname_ranking (table/specific query))
  4. Click Add
  5. Select ‘Add a Chart’ (note: could be Table or Chart style)
  6. Optional: copy/paste Table to create a companion Chart for table
  7. Select Table; in Data Menu, select Metric, ‘Add Metric’ to swap out generic default Report Count (for more informative data generated from the query)
Previous
Next