In July 2024, Google announced the introduction of Gemini AI in Looker Studio, a powerful tool designed to revolutionize data analysis and business reporting. This new feature integrates AI-driven capabilities into Looker Studio, making data interaction more intuitive and accessible for people who lack advanced technical knowledge like creating formulas using regular expression.

In this article, you will learn about what Looker Studio Gemini AI is, how to set it up, and its main capabilities up until now, including the Formula Assistant and Google Slides integration. We will also explore practical examples to help you get the most out of Looker Studio and Gemini AI.

What is Gemini AI in Looker Studio?

Gemini in Looker Studio is an AI-powered feature designed to simplify data analysis and enhance reporting capabilities. Available only to Looker Studio Pro users, Gemini provides conversational analytics, allowing users to interact with their data as naturally as chatting with another person. This integration makes data interpretation accessible and efficient across organizations. Apart from conversational analytics, Gemini enables easy integration of Looker Studio assets like charts and graphs with Google Slides at the click of a button.

Looker Studio Gemini Presentation

How to Set Up Gemini in Looker Studio

To enable Gemini in Looker Studio, follow these steps:

  1. Subscribe to Looker Studio Pro: Ensure you have a Looker Studio Pro subscription, as Gemini AI is available only to paid users.
  2. Enable Gemini: To activate Gemini AI, you must have the proper permissions in your Google Cloud Project (Owner or Looker Studio Pro Manager for self-service subscription). Open Google Looker Studio, click the configuration icon, navigate to Gemini in Looker, and enable the feature for your project.
  3. Access Gemini AI: Once activated, open a report that is owned by your organization and the new feature will be displayed on the right side (under the data, properties, and filter bar).
Activate Gemini AI in Looker Studio - Data Bloo

Main Capabilities of Gemini in Looker Studio

As a new feature in Looker Studio, Gemini AI promises to continually evolve, with Google expected to add more functionalities over time. For now, Gemini offers two main capabilities that significantly improve data analysis and reporting:

Formula Assistant

The Formula Assistant feature in Gemini helps users create calculated fields without needing extensive knowledge of Looker Studio’s formula language. This tool simplifies complex data manipulations like regex by allowing users to input natural language prompts.

Google Slides Integration

Gemini enables users to connect Looker Studio components directly with Google Slides, facilitating the creation of presentations. This integration helps streamline the process of sharing insights with internal and external stakeholders, ensuring that data remains up-to-date.

Let’s dive deeper into these capabilities and see some practical examples of how to use them effectively.

How to Use the Formula Assistant

The Formula Assistant in Gemini allows you to create complex formulas using simple, natural language prompts. Based on your input, Gemini AI suggests a formula for a calculated field using your data source’s metrics and dimensions. Here are five practical examples:

1) Channel Grouping

Prompt: Define basic channel grouping for social and organic.

Output: CASE WHEN REGEXP_MATCH(Medium, “.social.|.facebook.|.twitter.“) THEN “Social” WHEN REGEXP_MATCH(Medium, “.organic.|.seo.“) THEN “Organic” ELSE “Other” END

2) Brand Terms

Prompt: Define brand and generic keywords based one these brand terms data bloo and databloo.

Output:CASE WHEN REGEXP_MATCH(Query, “.*data bloo.*|.*databloo.*”) THEN “Brand Query” ELSE “Generic Query” END

3) Keyword Ranking

Prompt: Bucket average position in groups of 4 (top 3, top 10, top 20, rest)

Output: CASE WHEN Position <= 3 THEN “Top 3” WHEN Position > 3 AND Position <= 10 THEN “Top 10” WHEN Position > 10 AND Position <= 20 THEN “Top 20” ELSE “Rest 21+” END

4) Customer Segmentation

Prompt: Identify high-value customers (spending over $1000)
Output: CASE WHEN Total_Spending > 1000 THEN “High-Value Customer” ELSE “Regular Customer” END

5) Customer Segmentation

Prompt: Create age groups (18-24, 25-34, 35-44, 45-54, 55-64, 65+)

Output: CASE WHEN Age >= 18 AND Age <= 24 THEN “18-24” WHEN Age >= 25 AND Age <= 34 THEN “25-34” WHEN Age >= 35 AND Age <= 44 THEN “35-44” WHEN Age >= 45 AND Age <= 54 THEN “45-54” WHEN Age >= 55 AND Age <= 64 THEN “55-64” ELSE “65+” END

These examples demonstrate how the Formula Assistant makes it easier to create calculated fields using a simple prompt. This feature allows even beginners to dig deeper into their data and create the corresponding fields to present better stories based on this data.

How to Connect Google Slides with Looker Studio

Creating presentation with up-to-date data is crucial for marketers. With the introduction of Gemini AI, you can now connect Looker Studio with Google Slides easily. This feature simplifies the process of creating and sharing data stories with your shareholders. Here’s how to set it up:

Google Looker Studio Slides - Data Bloo
  1. Open Looker Studio Report: Navigate to the report you want to use.
  2. Access Gemini Panel: Open the Gemini panel and select “Generate Slides.”
  3. Select Charts: Choose the visualizations you want to include in your Slides presentation. You can pick all the components of a page or specific charts.
  4. Create Slides: Click “Create Slides” to generate the presentation.

Once created, you can explore the actual power of AI, allowing you to access descriptive narratives for the charts that you have selected, complete with comments and notes generated based on these numbers.

Looker Studio Gemini - Google Slides

Practical Examples of Using Google Slides Integration

  1. Sales Performance Review: Use Looker Studio visualizations to create a sales performance presentation, updating slides automatically as data changes.
  2. Marketing Campaign Analysis: Generate slides to showcase the performance of marketing campaigns, including metrics like impressions, clicks, and conversions.
  3. Quarterly Business Reports: Automatically create quarterly business review presentations with the latest data, ensuring stakeholders always have up-to-date information.
  4. Client Reporting: Create tailored client reports with specific data visualizations, making it easy to communicate performance metrics and insights.
  5. Team Meetings: Use real-time data visualizations in team meetings to discuss performance, identify trends, and make better decisions.

Improve Your Reporting with Gemini AI

Looker Studio Gemini AI revolutionizes the way you interact with data, making it easier to analyze and present insights. From creating calculated fields with the Formula Assistant to integrating Looker Studio reports into Google Slides, Gemini offers powerful tools to enhance your data-driven decision-making processes. For a deeper dive into these features, explore our templates and resources tailored to optimize your Looker Studio experience. Visit databloo.com to discover more.

Related Topics

Upgrade your reporting today!

Try our free demos and see the difference. No payment required.