![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello All, I need to find out top 20 partner, so I created following named set: topcount([Partners].[CBN].Members, 20, [Measures].[Rate of failure]) My problem is it takes to much time (0.5 - 1 Hour) to calculate the data. The table Partners contains less then 9000 records and the fact table is about 280000 records. Any ideas how I can increase performance? Thanks and best regards, Andrej |
#3
| |||
| |||
|
|
do you use AS2000 or AS2005? have you defined the non empty behavior for the Rate of failure measure? (if its a calculated measure) "Andrei Litovka" <AndreiLitovka (AT) discussions (DOT) microsoft.com> wrote in message news:B362CDBD-0CE2-4665-9EC0-03AC39CA61C9 (AT) microsoft (DOT) com... Hello All, I need to find out top 20 partner, so I created following named set: topcount([Partners].[CBN].Members, 20, [Measures].[Rate of failure]) My problem is it takes to much time (0.5 - 1 Hour) to calculate the data. The table Partners contains less then 9000 records and the fact table is about 280000 records. Any ideas how I can increase performance? Thanks and best regards, Andrej |
#4
| |||
| |||
|
|
Hi Jéjé, I use AS2000. I didn't define a non empty behavior, but Rate of failure is rather never empty. Regards. Andrej "Jéjé" wrote: do you use AS2000 or AS2005? have you defined the non empty behavior for the Rate of failure measure? (if its a calculated measure) "Andrei Litovka" <AndreiLitovka (AT) discussions (DOT) microsoft.com> wrote in message news:B362CDBD-0CE2-4665-9EC0-03AC39CA61C9 (AT) microsoft (DOT) com... Hello All, I need to find out top 20 partner, so I created following named set: topcount([Partners].[CBN].Members, 20, [Measures].[Rate of failure]) My problem is it takes to much time (0.5 - 1 Hour) to calculate the data. The table Partners contains less then 9000 records and the fact table is about 280000 records. Any ideas how I can increase performance? Thanks and best regards, Andrej |
![]() |
| Thread Tools | |
| Display Modes | |
| |