Forum Discussion
Sum a Min Measure
- 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?
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
Thanks Greg and for the fast reply - I will look at those this afternoon!
- Robfen16 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!
- AlexAlberga7276 years ago
Resolver II
Have you thought about creating a calculated column to identify the MIN value for each record. Then create a measure to SUM this column?