Dears
I have a financial cube, developed using SQL Server 2012. It has a weekly partitions. I noticed an abnormal increase in revenues in a day within a week. I returned back to the original table and made a query to calculate revenues of that day and the result was normal and different from cube result. I did the same with the view that the measure group is based on, and the result also normal.
I reprocessed that partition (full process), and deleted it and created it again and processed it and nothing changed.
Why the cube result is different from the table or view result? What could be the reasons behind that, and what are possible solutions?
I appreciate your assistance.
Regards