ThoughtSpot is a search-driven business intelligence platform that sits in the analytics layer of the modern data stack, enabling anyone to query live cloud warehouses by typing natural language questions instead of writing SQL. It solves the last-mile analytics problem β instead of waiting days for a new report, business users get instant self-service answers against live data in Snowflake, BigQuery, Databricks, and other cloud warehouses via its ThoughtSpot Embrace live-query engine. The key mental model is that ThoughtSpot separates data modeling from data consumption: analysts build governed semantic Models once, defining joins, column names, and row-level security rules, after which any user queries freely without ever seeing the underlying schema. The platform has evolved into a fully agentic analytics system β the Spotter AI analyst now integrates with Claude, ChatGPT, and any MCP-compatible client, making ThoughtSpot's semantic layer a trust anchor for enterprise AI pipelines.
What This Cheat Sheet Covers
This topic spans 12 focused tables and 109 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
Table 1: Search Bar Fundamentals
| Feature | Example | Description |
|---|---|---|
total revenue by region last year | Type a question in plain English; the Relational Search Engine translates it to SQL and returns a chart or table automatically β no SQL knowledge required. | |
Each phrase appears as a bordered chip in the search bar | Search terms are wrapped in token boxes that visually separate each column, filter, or keyword, making it easy to click and edit individual terms. | |
Click Search data β choose a Model or Worksheet | Users pick which semantic Model to search before entering terms; every query is scoped to one data source. | |
revenue (measure) vs region (attribute) | Measures aggregate numerically; attributes group and filter results β misidentifying a column type is the most common cause of unexpected aggregations. |