Infotable Aggregate data for specific timeframe as hourly or daily
Hello there,
I have a time series like this:

This is the result of a QueryPropertyHistory call for Test property of a thing.
Is there any way to group by a specifying time frame such like hourly or daily and ask to have the AVG value of "Test" column ?
I saw that in the Aggregate function you can specify the column for which aggregate data, but you can't make any operation on the data contained in that column, such like truncate the datetime value to have an hourly or daily based aggregation.
Thanks,
Paolo

