Forum Discussion
Dellis81
6 years agoPost Prodigy
All filter
Hello - I suspect there is a easy solution - that is not coming to me right away. VAR YMinValue = MINX(VALUES('CALENDAR'[Year]),CALCULATE([ItemPurchaseDollars])) I have a year slicer on the...
- Anonymous6 years ago
Hi Dellis81
I believe what you are looking for is
CALCULATE(MIN([ItemPurchaseDollars]), ALLEXCEPT('CALENDAR'[Year])) (OR) CALCULATE(MINX([ItemPurchaseDollars]), ALLEXCEPT('CALENDAR'[Year]))Did I resolve your issue? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!!
Regards,
Pranit