I have a measure that calculates revenue.There are several partitions to store the sales data. Each partition holding about 10 weeks of data.I'm coming across a weird issue. There is a view that reads data from the base table into the cube. The view shows correct value of revenue. When I process the partition (I've created a separate partition to track this for the week 201107), it displays correct number of records read. The number of rows in the table is same as the number of rows read during cube process.The problem is Revenue is different from the what we get after querying the table/view. To top it all, this issue is present in all weeks prior to 201224. The data in the cube is less than what is present in the base tables.Anyone came across such scenario?
↧