Forum Discussion

shayla's avatar
shayla
Frequent Visitor
2 years ago
Solved

Lowest/ Highest value

Hi All,    Instead having the lowest discount in the whole column, I would like to have the lowest discount % in the year as well.   how anyone help with it?   Thanks!    
  • Dangar332's avatar
    Dangar332
    2 years ago

    HI, shayla 

     

    try below

    calculate(
    min(table[discount%]),
    table[year] = max(table[year])
    )