Forum Discussion

Mai_Nashaat's avatar
Mai_Nashaat
Helper II
4 years ago
Solved

show only the minimum value in a table visual

Hi all,   I've a table like this, I  want to show customer name with the minimun days left only so for here it will show x = 4, y = 9 and  z = 5 it can be done using group by but I need to make it...
  • Fowmy's avatar
    4 years ago

    Mai_Nashaat 


    You can insert a Table Visual add Customer then you can create the following measure and add it.

    MinDays = min( TABLE[days left] ) 

     

  • Fowmy's avatar
    Fowmy
    4 years ago

    Mai_Nashaat 

    You should add it as a Measure, not as a Calculated Column