Hi, When i am processing the cube i got the error in one of the dimension.I have data like below.Companycode Documnet Status 1 1 Start 1 1 Stop 2 1 start 2 1 stopI created Surrogate key like thisDoc_Surrogatkey Companycode Documnet Status 1 1 1 Start 1 1 1 Stop 2 2 1 start 2 2 1 stop i took distinct company code and document ,created one intermediate dimension and generated like belowSurrogatekey Doc_Surrkey Document 1 1 1 2 2 1In fact table i used Intermediate table surrogate key. In SSAS Cube ,Dimension usage I added the dimension and creation referenced relation ship with Intermediate table (Table 2).But when i am processing, i am duplicate error from that table1.How to handle this situation.Kindly guide me.
↧