Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All,
is there any possibility to calculate the MAXX ignoring some values.
For example:
Hi @A_a_a ,
Try this measure:
Measure 2 = MAXX(FILTER(allselected('yourTable'),[%max]<=0.2),[%max])
If it doesn't work, please share some sample data so that we could test the formula.
Best Regards,
Jay