Forum Discussion
how to improve cumulative performance
- 3 years ago
finally i found the solution
oke, the issue is "slow performance while using cumulative"
root couse -> my chart using "dimdate" instead of "logdate"
solution -> for cumulative dont using relational table, use column that u call in measure
i change from dimDate to logdate and viola from 1 minutes to 15seconds
hi Anonymous , thanks for your fast response
9765 -> total row data
i want to compare cumulative value group by flag (customer & sales)
thats why i create 2 measure ( cumulative by customer, cumulative by sales )
which my previous excample is cumulative by customer ->
SellingUnit[flag] = "Customer"
and also i want to filter by date and cluster ( it can be multiple filter ) -> thats by im using "in values"
SellingUnit[clusterCode_unit]
in VALUES(ClusterMapping[clusterCode_unit])
and function by default of cumulative im using maxdate
SellingUnit[logDate]<= maxDate
while im using your script the result is different
warm regards,
Nofan irkham