Forum Discussion

Robfen1's avatar
Robfen1
Frequent Visitor
6 years ago
Solved

Sum a Min Measure

Hi all -   I have created a Measure and called in base pay : Base Pay:=1000   I then calculated another Measure from a table column called Weekly Pay:=Table[column]/52   Then created another me...
  • AlexAlberga727's avatar
    AlexAlberga727
    6 years ago

    Have you thought about creating a calculated column to identify the MIN value for each record. Then create a measure to SUM this column?