Hi All,
I refresh the data in EPM as follow:
Dimension 1 | Value |
---|---|
AAAAA | |
BBBBB | |
CCCCC | |
DDDDD | |
EEEEE | |
Then I change the master data for dimension 1. Instead of having 5 members, I have 3 members only (AAAA,BBBB,CCCC). Then I refresh the data in EPM again. The result is the same :
Dimension 1 | Value |
---|---|
AAAAA | |
BBBBB | |
CCCCC | |
DDDDD | |
EEEEE | |
It will be only correct (showing only AAAA,BBBB,CCCC) if I delete all the rows and then refresh again. I notice this is because EPM doesn't clear / delete all the rows before refresh the data. So if the second refresh has less data, the reports will shows something like duplicate data because the rows which are not valid are still displayed.
Is there anything we can do to avoid this?
Thanks.