Everything you need to connect your Supabase database to Looker Studio and start building reports.
https://xyzcompany.supabase.co).⚠️ Security note: The service_role key bypasses Row Level Security.
Use it only if you need access to all rows regardless of RLS policies.
After connecting, you'll see a dropdown listing all tables and views in your Supabase project. Select the one you want to visualize.
Enable the "Enable Date Range Filter" checkbox to allow Looker Studio's date picker
to filter your data. Then specify the date column name (e.g.,
created_at, updated_at).
You can add custom filters using PostgREST syntax. Examples:
status=eq.active
age=gte.18
name=like.*John*
category=in.(electronics,books)
See the PostgREST documentation for the full filter syntax.
The connector automatically maps PostgreSQL column types to Looker Studio field types:
| PostgreSQL Type | Looker Studio Type | Field Type |
|---|---|---|
text, varchar, char |
Text | Dimension |
int, bigint, float,
numeric
|
Number | Metric |
boolean |
Boolean | Dimension |
date |
Date (YYYYMMDD) | Dimension |
timestamp, timestamptz |
Date & Time | Dimension |
uuid, json, jsonb |
Text | Dimension |
The connector caches data to improve performance and reduce API calls to your Supabase project:
To force a data refresh in Looker Studio, right-click on any chart and select "Refresh data".
https://<project-ref>.supabase.co (no
trailing slash).anon key, ensure your tables have appropriate RLS policies or are
public.Need help? Here's how to reach us: