The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
21 | |
18 | |
16 | |
13 |
User | Count |
---|---|
39 | |
38 | |
23 | |
21 | |
19 |