Lightdash
Lightdash chips away at the SQL barrier with NL-to-formula table calcs and metric-tree visualization.
◆Recent moves
- 2d ago
🧹 Preview projects now clean themselves up
Preview projects now expire automatically (30 days by default, with --expires-in override) and show an expiry badge. Small QoL fix that solves the universal Lightdash gripe of preview clutter in the project switcher.
View source ↗ - 7d ago
🎨 Paint your charts your way: color palettes at every level
Color palettes can now be set at chart, dashboard, space, project, or org level with a precedence chain. Sets up the visual customization needed for executive dashboards that must respect brand systems and for embedded/customer-facing surfaces.
View source ↗ - 13d ago
✂️ Trim your charts with row and column limits
Charts get a Data section with row limits (show/hide first/last N) and column limits for pivots — clean way to drop incomplete trailing periods or build top-N views without rewriting the underlying query.
View source ↗ - 21d ago
🌳 Saved Trees: visualize how your metrics connect
Saved Trees lets users map metric hierarchies and dependencies on the Canvas and persist them. The semantic-layer story is taking visual shape — a metric is no longer just a row in a YAML file but a node in a shared graph.
View source ↗ - 22d ago
🟰 Introducing spreadsheet formulas in table calculations
⚡ SPARKTable calculations now accept spreadsheet-style formulas and an intent-to-formula editor that turns natural-language descriptions like 'rank partners by profit margin' into the formula on Tab. A meaningful drop in the SQL prerequisite for ad-hoc analysis.
View source ↗ - 23d ago
➕ Reference totals in table calculations
New total() and row_total() functions for SQL table calculations make percent-of-total and pivot-row contribution formulas straightforward. The kind of primitive that turns a class of common requests from custom SQL into a one-line calc.
View source ↗