Forum Discussion
shayla
2 years agoFrequent Visitor
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
2 years agoResident Rockstar
Hi, shayla
try below
column =
minx(
filter(
all(table),
table[year]= max(table[year])
),
'table'[discount%]
)- shayla2 years agoFrequent Visitor
Thanks for reply! @Dangar33
when I put the formular below, it only gives the max discount% in 2023, but I need max/min for every year..
could you please rectify my formula?
Thanks!