TIMESERIES breaks your results into time buckets across the date range, so you can see how a metric moves over time. Choose one grain: day, week, or month.
line or bar type, and to overlay events like restocks or stockouts use ANNOTATE.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bucket the results into time periods over the date range
TIMESERIES breaks your results into time buckets across the date range, so you can see how a metric moves over time. Choose one grain: day, week, or month.
FROM sales
SHOW total_revenue
TIMESERIES week
DURING last_quarter
line or bar type, and to overlay events like restocks or stockouts use ANNOTATE.