Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Min and Max Values in Chart Graph per month

Hello,  im sorta new to Power-BI and I´d like to ask for assitance regarding a problem i ran into. I have a column chart thats part of my Dashboard, which displays the average customer Feedback (ran...
  • Tahreem24's avatar
    Tahreem24
    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.