Advertisement · 728 × 90

Posts by Metabase

Metabot AI Your AI assistant for working with data - from natural language questions, to SQL generation and editing, to AI generated summaries of charts.

Meet Metabot 🤖✌️

www.metabase.com/features/met...

4 months ago 2 0 0 0
Preview
a man applauds with the words way to go super proud of you behind him ALT: a man applauds with the words way to go super proud of you behind him
7 months ago 1 0 0 0
Preview
Why I champion Metabase: building ethical, accessible data for everyone Metabase isn’t just a BI tool. It’s a way to make data transparent, inclusive, and genuinely usable — the way it should be.

Why I champion @metabase.com ?

Because data should be ethical, transparent, and usable by everyone — not just analysts. New Looking Back, Thinking Forward on building insight people actually trust.

www.linkedin.com/pulse/why-i-...

@climateanalytics.org @ourworldindata.org @data.ft.com

8 months ago 8 1 0 1
Interface metabase

Interface metabase

🏖️🐻 Les Logiciels Libres de l'été, jour 20 :

@metabase : une alternative Open Source à Tableau

8 months ago 18 3 2 0
Which map type to use? A cheat sheet to choose the best map visualization for your data.

Which map type to use? A cheat sheet to choose the best map visualization for your data.

Choosing a map for your geospatial data shouldn’t feel like a quest. This cheat sheet is your compass 🧭

Share it, save it, map it!

8 months ago 1 0 0 0
What is embedded analytics?

What is embedded analytics?

Here’s what embedded analytics is, why it matters, and how it’s working behind the scenes in your daily tools: buff.ly/JQ3CbhD

9 months ago 1 0 0 0
Productside Webinar
Scattered Metrics to Move-Ready Insights (with Metabase)

Date
07/09/2025
Time (EST)
1:00 pm

Productside Webinar Scattered Metrics to Move-Ready Insights (with Metabase) Date 07/09/2025 Time (EST) 1:00 pm

Tired of filing a ticket to get answers to your product questions?

In one week, we'll show you how to get a direct line to your data.

Register → buff.ly/0ve7mjL

9 months ago 0 0 0 0
Learn SQL: combine tables with SQL UNION.

Learn SQL: combine tables with SQL UNION.

SQL pro tip: Default to UNION ALL.

UNION removes duplicate rows, which can be a real performance killer. UNION ALL simply stacks the data, which is almost always what you want (and much faster).

Learn everything about UNION ALL → buff.ly/iK0skMA

9 months ago 0 0 0 0
Advertisement
Video

Clicks? Where we're going, we don't need clicks

Hit ❓ to explore all the keyboard shortcuts for dashboards, querying, and admin pages.

9 months ago 0 0 0 0
Post image

Product Manager questions shouldn't have to wait in a queue.

Join our webinar with Productside to see how Metabase gives you a direct line to your data so you can stop waiting and start exploring.

🗓️ July 9 | 1 PM ET

Save your (virtual) seat → buff.ly/0ve7mjL

9 months ago 0 0 0 0
Preview
Meetabase - Data, dashboards, and vibes in BA 🇦🇷 · Luma Metabase meetup en Buenos Aires ¡Hola, Buenos Aires! Estamos organizando un meetup acá mismo, hogar de algunos de los miembros de nuestro propio equipo. Vení a…

We are heading to Buenos Aires 🇦🇷

Join us on July 8 for our first-ever BA meetup! Data, drinks, demos, and swag with the Metabase team and the local data community.

Don't miss out. Grab your free ticket → lu.ma/j5uhoqow .

9 months ago 1 0 0 0

Nothing says love like setting up an alert that notifies your teammate the moment their key metric hits its goal.

9 months ago 0 0 0 0
Preview
Metabase Product Roadmap A look at what's coming to Metabase and some of what we recently released.

We’re cooking up new features and improvements 🍽️. To get a taste of what's coming next, check out our public roadmap:

buff.ly/VZkiM3V.

9 months ago 0 0 0 0
Learn SQL: combine tables with SQL UNION.

Learn SQL: combine tables with SQL UNION.

Our new SQL tutorial explains how to combine rows from two tables using SQL UNION

→ buff.ly/IEkAhBC

9 months ago 0 0 0 0
Example of UNION.

Example of UNION.

Example of JOIN.

Example of JOIN.

SQL JOIN vs. UNION?

Think of it this way:

JOIN → wider table (more columns)
UNION → taller table (more rows)

9 months ago 0 0 1 0
Real-time YouTube sentiment analysis pipeline.

Real-time YouTube sentiment analysis pipeline.

A big data pipeline that analyzes YouTube live chat sentiment in real-time, using Kafka, HBase, MySQL, and Metabase to make sense of what people are actually saying.

buff.ly/IxHdHrH

9 months ago 2 0 0 0

60 minutes and live Q&A with Alex Yarosh. Reply here with your questions❓

9 months ago 0 0 0 0
Mastering Metabase
Beyond the basics: getting more out of Metabase.

Mastering Metabase Beyond the basics: getting more out of Metabase.

Live Webinar: Getting more out of Metabase

Learn dashboard organization strategies, permission management, performance optimization, and advanced features that make your data work better for your team.

buff.ly/FRBY4ax

9 months ago 0 0 1 0
Advertisement

60 minutes and live Q&A with Alex Yarosh. Reply here with your questions❓

9 months ago 0 0 0 0
Mastering Metabase
Beyond the basics: getting more out of Metabase.

Mastering Metabase Beyond the basics: getting more out of Metabase.

Live Webinar: Getting more out of Metabase

Learn dashboard organization strategies, permission management, performance optimization, and advanced features that make your data work better for your team.

buff.ly/FRBY4ax

9 months ago 1 0 1 0
Preview
Metabase 55 All the Metabase 55 videos to get the most out of the new features.

v55 playlist on YouTube ✨

See all the new updates in action: data visualizer, keyboard shortcuts, new expressions, and more: buff.ly/DnMG4gM.

9 months ago 0 0 0 0
Post image

People like to know when things happened.

This new SQL guide shows you how to filter your data by dates, from simple exact matches to complex patterns like business days and rolling periods.

buff.ly/BKN8lf9

9 months ago 0 0 0 0
Community stories: find your dream gig faster on Who's hiring Hacker News with GPT and Metabase.

Community stories: find your dream gig faster on Who's hiring Hacker News with GPT and Metabase.

Here's a tool to find your next gig faster!

Turns Hacker News "Who's Hiring" chaos into clean, searchable job data with GPT + Metabase. : buff.ly/AtXR9nH

9 months ago 1 0 0 0

What made you swear off NOT IN forever?

9 months ago 0 0 1 0
Learn SQL: SQL filtering by text.

Learn SQL: SQL filtering by text.

Learn SQL text filtering: use WHERE, LIKE, IN, NOT IN, TRIM, UPPER, LOWER, regex, and variables to find and filter string data in tables.

buff.ly/H5HoABz

9 months ago 0 0 1 0

Here is the full 55 release: buff.ly/JmlK8Gp .

9 months ago 0 0 0 0
Advertisement
New in Metabase 55: Boolean filters on dashboards
New in Metabase 55: Boolean filters on dashboards Now you can add true/false filters to dashboards—no more text workarounds. Just pick boolean, hook it up, and toggle between active or inactive data. Works w...

New in v55: Boolean filters on dashboards 🔀

We saw you using text filters for boolean data, so we had to step in!

Now you can add true/false filters to dashboards, no more text workarounds. Just pick boolean, hook it up, and toggle between active or inactive data 🫡

buff.ly/tbVFlgA

9 months ago 0 0 1 0

Learn more about data sandboxes: buff.ly/3KjmCu8.

9 months ago 0 0 0 0

New in v55: Row-level access control in MongoDB 🍃

Big update for MongoDB devs: row-level access control is live. Filter data by user groups and attributes to keep things secure.

9 months ago 0 0 1 0

Docs: buff.ly/FsuztKQ

9 months ago 1 0 0 0