I'm new in SSAS cube and I'm trying to learn how to update a cube. I looked at the samples and tried to make my own but I am getting an error. My question is how do I make the update cube query?
There is an ExchangeRate measure group that has the Rate and having currencyID and Period to tell which month the rate will be applied to. There is another measure group of Sales where it has customerID, ProductID, DateKey, etc. and Amount in it.
I would like to update the Amount to become Amount * Rate in that Sales Measure Group. Can anyone help me create the update cube query for that or any other way to calculate and update it? I tried to create the update query on my own but I'm having error. So, obviously I'm not doing it right.
I added the view of the 2 measure when you browse it. Of course it doesn't include all fields. I hope this could help clear things. I just want the amount to be multiplied by the rate. They are both linked to the currency dimension.