Hello,
Is it possible to transfer or map a Staff Cost to a different RU and Dept. using Dataflow and then apply the corresponding FX rate? Please see table below
Currently, I have a Temp Cube without the RU and Dept and store the value in there. And then I intersect it with Temp - To cube which has the flag for the To entities.
Cube C = (Temp - Without RU and Dept) x (Temp - To) x FX rate
However, this approach ignores the From details since in the Temp - Without RU and Dept cube I am just aggregating the values.
Entity/Value | From | To |
|---|
Staff | Staff_1 | Staff_1 |
Reporting Unit | RU_A | RU_E |
Department | Dept_A | Dept_C |
Cost | 100 | 100*(FX rate) |