I was able to figure this out by finding another trick on the forums. What I did was combine my storefront id and category to one field orderEvent, then I used this to show a 0 if no order was placed in that time period. | timechart count by orderEvent | untable _time, orderEvent, count untable seems like a handy command!
... View more