Measure shows incorrect value

  • 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?



    Pradeep Singh

  • Update:

    The actual problem is "Grand Total" is incorrect. This is true even when I do not select any dimension and just the sum of revenue.

    However, when I slice it by any time dimension, the sliced data is correct except the grand total.

    Looks like AS is ignoring some data. not sure what. The revenue column doenst have any null value though.



    Pradeep Singh

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply