How to Set Up Google Looker Studio Dashboards
Last updated Apr 29, 2026

What Is Google Looker Studio
Google Looker Studio (formerly Google Data Studio) is a free, browser-based reporting tool that connects to over 1,400 data sources and converts raw numbers into interactive, shareable dashboards. No SQL or Python required. An operations manager can connect Google Analytics, pull last month's traffic data, and have a formatted report ready to share in under 20 minutes.
As of 2026, Looker Studio includes Gemini AI features that let you generate calculated fields, create visualizations from plain-language prompts, and export any dashboard as an auto-narrated Google Slides deck. The core product is completely free. The Gemini layer requires Looker Studio Pro, which is included with Google Workspace Business and Enterprise plans.
Step 1: Create Your First Report
Go to lookerstudio.google.com and sign in with any Google account. Click Create then Report. Looker Studio opens a blank canvas and immediately prompts you to add a data source.
Built-in Google connectors are available at no cost: Google Analytics 4, Google Sheets, BigQuery, Search Console, and Google Ads. A connector gallery adds hundreds of third-party integrations including PostgreSQL, MySQL, Salesforce, HubSpot, Shopify, and most major SaaS platforms.
For a first report, Google Sheets is the simplest starting point. Export your data to a sheet, connect it in under two clicks, and every column becomes a dimension or metric you can drag onto the canvas. Google Sheets also auto-refreshes, so dashboards stay current without any manual intervention.
Step 2: Configure Data Source Fields
After connecting, open the Data panel on the right side of the editor. Looker Studio reads the schema automatically and categorizes each field as either a Dimension (categorical attributes like product name, country, or campaign) or a Metric (numeric values like revenue, sessions, or conversion rate).
You can rename fields, change field types, and create calculated fields without modifying your source data. Calculated fields let you derive new metrics directly in Looker Studio. For example, to compute profit margin from two existing columns:
SUM(Revenue - Cost) / SUM(Revenue)
Enter that expression in the formula editor and Looker Studio validates it in real time. This avoids the need to add a column to your spreadsheet or database every time you need a new metric.
Step 3: Add Charts and Build the Layout
Select a chart type from the Insert menu. Looker Studio offers bar charts, line charts, scorecards, pivot tables, scatter plots, geo maps, bullet charts, and more. Drag it onto the canvas, then use the Data panel to assign dimensions and metrics.
A practical layout for most business dashboards:
- Scorecards at the top for key numbers (total revenue, active users, churn rate)
- Time series charts below for trends across weeks or months
- Bar or column charts for comparing categories (products, regions, channels)
- Tables with heatmaps for detailed breakdowns with color-coded cell values
Add a Date Range Control widget so viewers can filter the entire report by time period without entering edit mode. Add a Filter Control to let viewers slice by a dimension such as country or campaign. Both controls apply to all charts on the same page by default.
Step 4: Blend Multiple Data Sources
Looker Studio can join data from different sources into a single chart. A common use case is combining Google Analytics session data with CRM revenue data to see which traffic sources produce closed deals, not just visits.
To create a blend: click Resource in the top menu, then Manage blended data. Select the two data sources and specify the join key, typically a shared dimension such as date or campaign ID. Looker Studio performs a left join on that key and makes the blended source available to any chart on the page.
One important limitation: blending operates on aggregated data, not row-level records. If you need row-level joins or complex transformations across large tables, run those transformations in BigQuery or your data warehouse first, then connect the result to Looker Studio.
Step 5: Use Gemini AI Features (Looker Studio Pro)
Three Gemini-powered features were added to Looker Studio Pro in 2025 and are fully available in 2026:
Formula Assistant: In the calculated field editor, click the Gemini icon and describe the metric you want in plain English. For example: "calculate 30-day rolling average of daily signups." Gemini returns a WINDOW function using fields from your connected data source. You can accept, edit, or discard the suggestion.
Conversational Analytics: A chat panel where you type questions about the connected data in plain language. Looker Studio returns a chart or data table directly in the panel. This is useful for ad hoc questions you want answered without building a permanent visualization. Typing "show me weekly revenue by product for the last 90 days" generates a line chart in seconds.
Slides Export: From any report, click Share then Export to slides. Gemini generates a Google Slides presentation with one chart per slide and automatically written commentary. The commentary highlights trend changes, anomalies, and suggested follow-up questions. This feature is particularly useful for weekly business reviews where a dashboard needs to become a presentation without manual copy-paste.
A 2025 Google Cloud benchmark found that analysts using the Formula Assistant reduced time spent writing calculated field expressions by 62% compared to writing formulas manually. That number comes from internal Google user research published alongside the feature launch.
Step 6: Share and Schedule Delivery
Click Share in the top right. Three delivery options are available:
- Live report link: viewers see current data when they open the URL. You control whether the report is restricted to specific accounts or accessible to anyone with the link.
- Scheduled email delivery: click Share then Schedule email delivery. Set recipients, frequency (daily, weekly, monthly), and delivery time. Looker Studio generates a PDF snapshot and sends it automatically.
- Embed: copy the iframe code from File > Embed report and paste it into a website, Notion page, or internal wiki. The embedded report updates in real time as long as the viewer has access.
For team use, Looker Studio reports can be stored in a shared Google Drive folder so the whole team can access, copy, and edit reports from one location.
Common Issues and Fixes
Credentials expire: When a third-party connector loses authorization after a password change, charts show an error banner. Click the banner, select Fix credentials, and re-authorize. This is the most common support issue with Looker Studio.
Numeric fields imported as text: If a column with numbers is treated as a dimension, open Resource > Manage added data sources, edit the data source, and change the field type from Text to Number. This happens most often with CSV data imported via Google Sheets where the column was formatted as text.
Slow dashboard load on large datasets: Add a date filter to every chart so Looker Studio queries a defined window rather than the full table. For datasets exceeding 100,000 rows, connect through BigQuery rather than Google Sheets. BigQuery handles millions of rows with sub-second response times at the query layer.
What to Build First
For analysts and ops managers new to Looker Studio, three reports cover most recurring business needs: a weekly KPI scorecard connected to a manually updated Google Sheet, a marketing performance report pulling from Google Analytics and Google Ads, and a sales pipeline report connected to a Salesforce or HubSpot connector.
All three can be built in under an hour. Looker Studio's template gallery on the home screen includes pre-built versions of each that you can copy and connect to your own data sources in minutes.
If your team regularly exports CSVs from multiple tools and manually combines them for reporting, uploading everything to a single Google Sheet and using Looker Studio as the reporting layer is a low-friction, no-code path. For teams that prefer to skip the spreadsheet layer entirely and ask plain-English questions directly against uploaded files, VSLZ handles file upload and natural language querying from a single prompt without any connector setup.
Summary
Looker Studio is a free BI tool connected to over 1,400 data sources. Setup takes under 20 minutes: create a report, connect a source, add charts, share. Data blending joins multiple sources on a common field without SQL. Gemini AI features on Looker Studio Pro add a formula assistant, conversational analytics, and auto-narrated slides export. The template gallery has pre-built reports for common business use cases you can copy and adapt immediately.
FAQ
Is Google Looker Studio completely free?
The core Looker Studio product is free for all Google account holders. You can create unlimited reports, connect to all built-in Google connectors (Google Analytics, Google Ads, Google Sheets, BigQuery, Search Console), and share reports publicly or with specific users at no cost. Looker Studio Pro, which adds Gemini AI features such as the formula assistant and conversational analytics, requires a Google Workspace Business or Enterprise plan.
How do I connect a Google Sheet to Looker Studio?
Open Looker Studio, click Create > Report, then select Google Sheets from the connector list. Authorize access, choose your spreadsheet and sheet tab, and click Add. Looker Studio reads the column headers as field names and automatically classifies each as a dimension or metric. The connection refreshes automatically when the sheet is updated. If your sheet has a header row, enable the 'Use first row as headers' toggle during setup.
What is data blending in Looker Studio?
Data blending in Looker Studio lets you join data from two different sources into a single chart using a shared field as the join key, similar to a left join in SQL. For example, you can combine Google Analytics traffic data with Google Ads cost data using date as the join key to calculate cost per session in one chart. Blending works on aggregated data, not row-level records. For row-level joins across large tables, run the join in BigQuery or a data warehouse first and then connect the result to Looker Studio.
How do I schedule automatic email reports in Looker Studio?
Open your report, click Share in the top right, then select Schedule email delivery. Enter one or more recipient email addresses, choose the delivery frequency (daily, weekly, or monthly), and set the delivery time and time zone. Looker Studio generates a PDF snapshot of the report at the scheduled time and sends it to all recipients. The PDF reflects the data at the moment of delivery. Recipients do not need a Google account to receive the email, but they need one to open the live interactive version.
What is the Looker Studio Formula Assistant?
The Formula Assistant is a Gemini AI feature in Looker Studio Pro that helps you write calculated field expressions using plain-language prompts. In the calculated field editor, click the Gemini icon and type a description of the metric you want, such as 'calculate 7-day rolling average of orders.' Gemini returns a formula using WINDOW or other Looker Studio functions matched to your connected data source fields. You can accept, edit, or discard the suggestion. The feature requires a Looker Studio Pro license, included with Google Workspace Business and Enterprise plans.


