Forum Discussion
mmcgwire
8 years agoFrequent Visitor
Display minimum value on every row under group
Hi everyone: I have been struggling with this for a couple days. I need to be able to display (and then reference) the minimum value of the % of calculation, which is in a measure. This min...
- 8 years ago
Since making this calculation off the measures I already have doesn't work, I decided to create a new table in my DB then create calculated columns to get the answers I needed. Not ideal, but it works.
Thanks everyone for your input.
Ashish_Mathur
8 years agoSuper User
Hi,
Try this
=CALCULATE(MIN([SizeBreak % (_sc DESC)]),ALL(Data[Size]))