Forum Discussion

Sol_idSnake's avatar
Sol_idSnake
New Member
3 years ago
Solved

Multiplying Measures by Varied Month Number

I am trying to create a measure to display the following equation: (Annual Target / Months) * (Current Month Number). I have created the following equation and understand that it works correctly, up ...
  • AnthonyGenovese's avatar
    3 years ago

    I would do something like 

    LiveTarget = 
    var curMonth = if(month(today())>3, month(today())-3, month(today())+9)
    var result = ([TARGET 2024]) / MAX( MonthNumber[Month Number]) * curMonth
    return result

     

    If this post was helpful, please kudos or accept the answer as a solution.
    ~ Anthony Genovese
    Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!