Forum Discussion
Min and Max Values in Chart Graph per month
- 4 years ago
Anonymous As I am not aware of your dataset. I assume that must be a Date Column and based on it we will calculate the MIN value month wise.
MIN MEASURE = CALCULATE(MIN(TblName[NumericColumn]),ALLEXCEPT(TblName,MONTH(TblName[DateColumn])))
Likewise, create for MAX value month wise.
Anonymous As I am not aware of your dataset. I assume that must be a Date Column and based on it we will calculate the MIN value month wise.
MIN MEASURE = CALCULATE(MIN(TblName[NumericColumn]),ALLEXCEPT(TblName,MONTH(TblName[DateColumn])))
Likewise, create for MAX value month wise.
Thanks a lot my G!
Im going to give it a try in a bit. 🙂
- peffany3 years agoFrequent Visitor
I know its been a while but did you end up finding the solution to this problem? I'm currently trying to do the same thing as you.
- Anonymous2 years agoNot applicable
Hi, I'd also be interested to know if anybody has found solution to the above? Thanks