Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Elofy
Regular Visitor

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 January to June. I need the Target Goal to keep showing the result of that sum  even when I filter the months. 

 

Ex.

Total expenses from Jan to Jun is $100.

Jan income is $5 (95% to Goal)

Fev income is $10 (85% to Goal)

Mar income is $5 (80% to Goal)

 

The way I'm trying to do, the Target Goal changes with the month filter:

 

Indicator:

Fin. Receita Acumulada = CALCULATE(
[Fin. Receita Total],FILTER(ALL('Calendário'),'Calendário'[Date]<=MAX('Calendário'[Date]))
)
 
*[Fin. Receita Total] is a row with monthly Income.
 
Target Goal:
Fin. Despesa Break Even = CALCULATE(
SUM(Overview[Fin. Break Even]),
DATESBETWEEN('Calendário'[Date],"1/1/2022","1/6/2022")
)
 
*[Fin. Break Even] is the row with monthly expenses.

 

1 ACCEPTED SOLUTION
Whitewater100
Solution Sage
Solution Sage

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

View solution in original post

4 REPLIES 4
Whitewater100
Solution Sage
Solution Sage

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

I was using this format at first and changed to the one I posted, but I noticed it changes nothing.

 

Thanks anyway.

Hi:

Can you doublecheck? It seems to work fine. Here is an example with calculation laid out to match your scenario, just with different dates.

Whitewater100_0-1651083943014.png

 

Do you have your Date Table marked as date table and is it continuos? It would need to have a relationship to your Overview table.

 

The reply for using DATESBETWEEN should work?

 

Can you share an image of your model and any example data for the two tables in question?

 

Thanks!

 

While creating a new project with fictional values to show you the problem, I figured out I was using the wrong "Date" column in the Trend Axis.

 

Thank you very much!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.