Forum Discussion
Anonymous
5 years agoNot applicable
Min Value Based on Measures Column
Hi Team, I have done new measure for sum_stock however based on sum_stock measure i need min value for each UID. Thanks, KV's
- 5 years ago
Anonymous , not ver clear ,
You need
min(table[Quantity])
or
minx(values(Table[UID]),[sum_stock])
amitchandak
Super User
5 years agoAnonymous , not ver clear ,
You need
min(table[Quantity])
or
minx(values(Table[UID]),[sum_stock])