I have a cube by Employee, Cost Center and Day. I would like to populate a cube which is by Employee, Cost Center and Month with the latest value (as close to the last day of the month as possible) for each Employee, Cost Center combination as shown by screenshot. Doing an extract reload unfortunately does not work as there is too many rows when all employees are selected (I have tried to narrow the selection before the extract reload too). How would I achieve this using dataflows? I have played around quite a bit with "last value" time function but could not get it to work.