Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Solved! Go to Solution.
Hi, @shayla
try below
column =
minx(
filter(
all(table),
table[year]= max(table[year])
),
'table'[discount%]
)
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!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
17 | |
17 | |
16 |
User | Count |
---|---|
29 | |
27 | |
18 | |
14 | |
14 |