I want to create a graph which represents a typical day for my process, as there is a pattern in the values during each day. So I would like to average the values at a specific time during the day, for the last 30 days or the last year, and create this average value for each timepoint during the day. How would I go about this? The only way I could find to average values is over a single continuous time window, which is not what I want unless I could average several of these time windows and make each window small enough to result in a clear typical day graph (1 minute or 10 minutes for example).