Forum Discussion
All filter
- 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
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
Thank you very much! After more review this morning - was able to make this particular calculation work. Your second option is what I needed.
What I am trying to do - is convert a dailer sparkline measure into an annual measure. And this was one of the calculations inside the larger measure. I am still havig problems - but will open another case - as my original hangup is now fixed.
Thank you again!
- Anonymous6 years agoNot applicable