Forum Discussion
Chris2016
3 years agoResolver I
Optimizing performance when using time comparison
Hello, I have a large dataset where some of the data looks like this: Name Test Activity DateStarted DateCompleted PercComplete Key _TestCompleteDate _CompletedIndividual _TestCo...
tamerj1
3 years agoCommunity Champion
Chris2016
3 years agoResolver I
"... counting unique values in complex reports can still create performance issues. The main reason for this is that DISTINCTCOUNT is a non-additive aggregation that must be computed for every cell in the report. Understanding the behavior of this aggregation can explain why other equivalent expressions that are slower in theory, can provide better performance in specific reports."
This is great, thanks, tamerj1 !