Hello @stefan.bie,
I’m not sure what you mean by apply the “old” _time column but the functions/transformations in flux are pipe forwarded and (well you can think of it this way in reality the functions are applied in the order to maximize the efficiency of the query) applied in order. Since you haven’t used a second range filter anywhere, you’re still just transforming the data that you collected from the first range function.
If you added a range() function after the last rename() function you wrote, it would operate on the new “_time” column or your “suite_time” data.