Good morning everybody.
I'm having a problem on a SSAS cube.
Here's my problem :
I apply some filters in a cube (typically, i take every data but filter on a Contract number). The analysis tool display a number of 7 rows. The fact table on which the cube depends really has 7 rows when I apply this filter. So to this point, it works fine.
But then, when I do a drillthrough action on these 7 rows, it returns 7 rows, but totally random rows (7 rows with different contract number).
When I look at the MDX query generated by my drillthrough command, it contains the filter I applied.
But when I run the MDX query in SQL Management studio, the 7 wrong rows appear again.
I'm really wondering why, if it returns random rows, it's always the exact same rows each time.
I think I'm missing something here, but don't know what.
Has anyone already experienced this problem ?
Thanks for your help, I appreciate it.
Romain