Forum Discussion
uie79957
4 years agoRegular Visitor
KPI Visual Values - Actual Month, Target Year
Hi all, I am stuck with following situation: I have little measure which calculates a yearly budget value in % - which works just fine. Target Visualization: The actual values for each month ar...
amitchandak
Super User
4 years agouie79957 ,
You need to have measure like
This Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])))
assuming the target is also joined to the date table
Also, refer
Distributing/Allocating the Yearly Target(Convert to Daily Target): Measure ( Daily/YTD): Magic of CLOSINGBALANCEYEAR With TOTALYTD/DATESYTD: https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Yearly-Target-Convert-to/ba-p/1476400