I have a list of time entires, for march 2024 , date and hours. I am trying to convert this into a summary by week that shows the total hours per week and total per day , where each day is a column MTWTFSS.
I have got part of the way there with the attached transform, but not sure if my approach makes sense, or will hit performance issues , and also how to do a summary by week? I looked at Summary and Total transforms but didnt seem to be a way to sum all the hours for each day for each week based on my data.
thanks for this Andy, i also should have said that it still needs the week start and week end dates, is it still possible to add that detail to this using this approach?
I noted that in your data 31/03/2024 had total hours 39, I take it, that is total for the month? in my solution I removed this number and put arbitrary hours, so that the Sum of hours are correct. So if you try out my solution make sure you don’t have any total hours for the month or week in any of your dates.