Before you begin
- Labs create a Google Cloud project and resources for a fixed time
- Labs have a time limit and no pause feature. If you end the lab, you'll have to restart from the beginning.
- On the top left of your screen, click Start lab to begin
Explore your billing data in BigQuery
/ 20
Run the query to get service.description column values
/ 20
Run a query to find out which services are used the most and least
/ 20
Run the query to get the region in which the Google Cloud service ran
/ 20
Run the query to find out which regions are used the most and the least by a service
/ 20
Looker Studio allows you to unlock the power of your data with interactive dashboards and beautiful reports that inspire smarter business decisions.
With Looker Studio, you can:
In this lab, you create data visualizations with Looker Studio. You first explore a sample Google Cloud billing data in BigQuery — Google's serverless, highly scalable enterprise data warehouse that is designed to make data analysts more productive with unmatched price-performance. After running a few SQL queries on your billing data, you export those metrics to Looker Studio, where you explore the service's chief features and build your own billing data visualizations.
In this lab, you learn how to:
Once you're ready, scroll down and follow the steps below to get your lab environment set up.
Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources are made available to you.
This hands-on lab lets you do the lab activities in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials you use to sign in and access Google Cloud for the duration of the lab.
To complete this lab, you need:
Click the Start Lab button. If you need to pay for the lab, a dialog opens for you to select your payment method. On the left is the Lab Details pane with the following:
Click Open Google Cloud console (or right-click and select Open Link in Incognito Window if you are running the Chrome browser).
The lab spins up resources, and then opens another tab that shows the Sign in page.
Tip: Arrange the tabs in separate windows, side-by-side.
If necessary, copy the Username below and paste it into the Sign in dialog.
You can also find the Username in the Lab Details pane.
Click Next.
Copy the Password below and paste it into the Welcome dialog.
You can also find the Password in the Lab Details pane.
Click Next.
Click through the subsequent pages:
After a few moments, the Google Cloud console opens in this tab.
In this task, you run SQL queries in BigQuery to see what information is available in the billing data, which was automatically exported into BigQuery when the lab was spun up.
There are four Google Cloud projects identified within this billing data:
These four Google Cloud projects illustrate a common enterprise schema, where you have different projects for development, production, storage, and sandbox testing.
In the Cloud console, in the Navigation menu (), click BigQuery.
In the Query Editor, copy and paste the following query, and then click Run:
SELECT * returns all column values from a specified table.
You should see the resulting table in the Query results section.
Click Check my progress to verify the objective.
Under the table in Query results, there are 1 million plus rows of data.
You found the answer to this question by looking at the BigQuery table created in your first SQL query. For more complicated questions, you would run more complicated SQL queries to analyze your data and gain valuable insights.
In this task, you use BigQuery to answer specific questions regarding service types in the billing data.
You want to know which service types are most and least used, so you need to determine:
To answer these questions, you run SQL queries on the billing data hosted in BigQuery. You then use Looker Studio to build reports with data visualizations to share those insights.
In the Query editor, clear the current query.
In the Query editor, type the following, and then click Run:
This query reveals which service is associated with each log.
The service.description column tells you what Google Cloud service is associated with each log. The GROUP BY keyword aggregates result-set rows that share common criteria (in this case the service description) and returns all of the unique entries found for such criteria.
In the Query results section, in the Results tab, you see that the four projects use 15 different types of Google Cloud services.
Click Check my progress to verify the objective.
In the Query editor, clear the current query.
In the Query editor, type the following, and then click Run:
This query determines which service types are most and least used.
The COUNT(*)function returns the number of rows that share the same criteria (in this case the service description).
BigQuery shows your results in the Query results section in a table with two columns: description and num. Compare the numbers in the num column to determine which service type was the most and least used.
Click Check my progress to verify the objective.
Open Looker Studio in a new tab.
Click Create > Report.
Select Country and Enter Company name.
Agree to the Terms of Service, and then click Continue.
In email preferences, select Yes to all (this is connected to your temporary student email).
Click Continue.
In the Add data to report pane, click Connect to data.
In the Google Connectors window, select BigQuery.
Click Authorize.
Under Recent Projects, select Custom Query.
In Billing Project, select your project ID:
In the Customer Query pane, type the query you used previously:
Click Add.
Click Add to report.
Click Untitled Report, and rename this report as Services Breakdown.
Click Add a Chart, select the Pie chart.
Looker Studio generates a pie chart on the use of services.
In the Setup pane, click Blend data.
In Blend Data console, in the Metric section, hold the pointer over Record Count, and click X to remove that metric.
Click Add metric, and select num.
You may have to scroll down to see the num menu option.
Click Save, then click Close.
Click Looker Studio in the top left.
To see the visualization you just created, click Regions Breakdown.
Close the Looker Studio browser tab and return to the BigQuery console browser tab.
You are now ready to proceed to the next task to answer different questions.
In this task, you use BigQuery to answer specific questions regarding region usage in the billing data.
You want to know which regions are most and least used, so you need to determine:
To answer these questions, you run SQL queries on the billing data hosted in BigQuery. You then use Looker Studio to build reports with data visualizations to share those insights.
In the Query editor, clear the current query.
In the Query editor, type the following, and then click Run:
The results are a single region column that lists the regions the Google Cloud service ran in. A null region means the region is not known.
Click Check my progress to verify the objective.
In the Query editor, clear the current query.
In the Query editor, type the following, and then click Run:
Your results are two columns, region and num. Compare the results to determine which regions are most and least used.
Click Check my progress to verify the objective.
Open Looker Studio in a new tab.
Click Create > Report.
In the Add data to report pane, click Connect to data.
In the Google Connectors window, select BigQuery.
Under Recent Projects, select Custom Query.
In Billing Project, select your project ID:
Type the query you used previously:
Click Add.
Click Add to report.
Click Untitled Report, and rename this report to Regions Breakdown.
Click Add a Chart, select the Pie chart.
Looker Studio generates a pie chart on the use of services.
In the Setup pane, click Blend data.
In Blend Data console, in the Metric section, hold the pointer over Record Count, and click X to remove that metric.
Click Add metric, and select num.
You may have to scroll down to see the num menu option.
Click Save, then click Close.
Click Looker Studio in the top left.
To see the visualizations you just created, click Regions Breakdown.
In this lab, you explored and queried billing data previously exported to BigQuery. After exploring the data with SQL queries, you exported your aggregated data to Looker Studio, where you generated pie chart visualizations of service and region consumption.
...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.
Manual Last Updated February 4, 2026
Lab Last Tested February 4, 2026
Copyright 2026 Google LLC. All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.
This content is not currently available
We will notify you via email when it becomes available
Great!
We will contact you via email if it becomes available
One lab at a time
Confirm to end all existing labs and start this one