cancel
Showing results for 
Search instead for 
Did you mean: 

MDX formula raising million records EPM reports refresh issue. BPC 10.1 EPM 10 SP33

MaheshKosuri
Explorer
0 Kudos

Hi

When I am using the following statement in MDX , It is raising more than million records and causing report refresh issue.

IIF(([ACCOUNT_S].[T2_REVENUE]<=0),0,([ACCOUNT_S].[T2_REVENUE]-[ACCOUNT_S].[T2_COS_STD])/[ACCOUNT_S].[T2_REVENUE]).

Here my requirement is to place zero when revenue is less than zero.

Can you provide us any other solution.

When I replaced 0 with NULL, it is working fine.

IIF(([ACCOUNT_S].[T2_REVENUE]<=0),NULL,([ACCOUNT_S].[T2_REVENUE]-[ACCOUNT_S].[T2_COS_STD])/[ACCOUNT_S].[T2_REVENUE])

regards

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

MaheshKosuri
Explorer
0 Kudos

Thanks vadim. here are details

SAP BW 750 SP5.

EPM SP33

former_member186338
Active Contributor
0 Kudos

SAP BW 750 SP5 - very old, upgrade required!

former_member186338
Active Contributor
0 Kudos

Looks strange! What is your BPC version/SP?