Just wanted to know how to get this output-
(a) My reference cube has 2 years data 2017 and 2018.
(b) In my target cube just wanted to have data of 2018.
My Approach-
using data flow a=b, and putting restriction on screen using select, but I am not able
to perform split and splat process. As it gives error cannot perform on select operation.
using select operation in data view --
for reference cube --select 2018
for target cube -select 2018
but for target cube data is flowing for full year what is mentioned in my time entity.
Please suggest how to achieve it.