So i have a date column type sorted in descending order.
I want to tile it on basis of this column so i can filter out the last 30days in my dataset. Basically every date that is same must have same tile number
How can I do this?
I dont want to use datetoday comparison method for this because some dates wont be present in my dataset.