Forum Discussion
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 Total],FILTER(ALL('Calendário'),'Calendário'[Date]<=MAX('Calendário'[Date]))
)
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
4 Replies
- Whitewater100Solution 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- ElofyRegular Visitor
I was using this format at first and changed to the one I posted, but I noticed it changes nothing.
Thanks anyway.
- Whitewater100Solution Sage
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.
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!