Create custom reports

You can create custom reports to explore, join, and analyze data using either Query Builder or the SQL Editor. The method you use depends on the complexity of your analysis and your permission level.

You may query curated data models or, if you are a Main Site Reports Admin, query raw data tables directly using native SQL. Data tables include additional columns not available in curated models and provide row‑level data for deeper analysis. You can still reference curated models to identify key fields and unique identifiers needed for joins.

Referencing Tables vs. Data Models

Copy

Tables

SELECT * FROM va_events LIMIT 100;
Copy

Models (each model has its own ID, visible on the right side)

SELECT * FROM {{#1755-events}} LIMIT 100;

Refer to the data dictionary to navigate data models.

See also