I have a table with a value per date and hour (DateHour). I want to list the minimum value per month and also list what date the min value is related to.
The minimum value is no problem, but I can only get one DateHour (when the minimum value occurs) How can I write the expression to get a DateHour per month?