Quick querying with low-code cells
Stakeholders and analysts alike use low-code cells to explore data at pace, without wasting time writing complex syntax.
No black boxes
We believe data must be transparent for it to be trusted. This means you won’t find any black boxes in Count, including in our low-code cells.
Any low-code cell can be turned into a SQL cell so you can see exactly what code is being generated from that cell.
Join cells and data sources
Use low-code joins to bring together cells or database tables. If you’re using a local DuckDB cell, then you can join across data sources.
Custom calculations for custom columns and filters
Use calculations to add custom logic to any column, filter, or field in a visual. This means there’s no ceiling on what you can do in these low-code cells.
Learn about calculations ->
Query across data sources
Query data from your database, CSV file, Python API, or any other cell. Blend data sources together using local DuckDB and Python cells.
Learn about cells ->
Cells as dbt models
With Count's dbt integration, cells can also represent your models. They act like any other cell, so can be edited, compiled, exploded or queried further, but can also be deployed back to dbt after you've made changes.
Learn about dbt integration ->