Forum Discussion

Burmeind's avatar
Burmeind
New Member
3 years ago
Solved

Measuring weighted dwell time

Below is my current table setup. I'm trying to measure average weighted dwell across these tables. Each order on Shipment Detail counts as one SID, and then there are entries on Multiple SID when an ...
  • lbendlin's avatar
    3 years ago

    You can achieve this through SUMX.  Pseudo code:

     

     = DIVIDE(SUMX(table, dwell * numsids),SUMX(table,numsids),0)