Hi,
I have data appearing 6 times every 10 second and I want to convert that as a per minute data.
Can you please help me with that?
If you want to remove seconds and then calculate the average you can create new column with formula such as
:Time - Second(:Time)
to remove seconds from the timestamp. Then aggregate them with Summary table for example: