Forum Discussion
Robfen1
6 years agoFrequent Visitor
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...
- 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?
Robfen1
6 years agoFrequent Visitor
I am having trouble because there are two measures involved i think -
...in the false argument of the hasonefilter function i feel like i have to go all the way back to the table column root to get the proper aggregation...not sure if that makes any sense??
Lmk - can alwyas add more info.
Thanks!
AlexAlberga727
Resolver II
6 years agoHave you thought about creating a calculated column to identify the MIN value for each record. Then create a measure to SUM this column?