Forum Discussion

Elofy's avatar
Elofy
Regular Visitor
4 years ago
Solved

Static KPI Target Goal

I need to know how much Income I need to reach Break Even Point. I know the Break Even Point date will be June, and the Target Goal is based on the sum of the row of those monthly expenses from Janua...
  • Whitewater100's avatar
    4 years ago

    Hello:

    Can you try:

    Fin. Despesa Break Even = CALCULATE(
    SUM(Overview[Fin. Break Even]),
    DATESBETWEEN('Calendário'[Date], DATE(2022, 1, 1), DATE(2022, 6, 1))
    )
     
    I hope this answers to your satisfaction. Please mark as solution if ok with you. Thanks