Forum Discussion

Daviejoe's avatar
Daviejoe
Memorable Member
6 years ago
Solved

Capping a cumulative total

Hi All,   I have a machinery table, where downtime has a cost per minute.  So, as per below, Event 1 the machinery was down for 100 minutes at a per minute rate of £65.00.  These are all in my tabl...
  • amitchandak's avatar
    6 years ago

    @Daviejoe, if the rate is the same for everyone

    New Measurement: Sum(Table[No Minimum]) * max(Table[Rate])

    if you don't

    New measurement: sumX(Table, Table[Mins Not]*Table[Rate])