Forum Discussion
KPI Target Only Uses Latest Value
I am trying to create a KPI card that shows the year to date target based on a sum of daily targets.
Data set is a list of sales activity and staff targets.
I have a daily targets table that lists all dates with a column for the employee and another for their target. If I create a card that sums the daily goal, and use a date filter, I get the total for the appropriate period (eg target is 276 for the 138 days in the range). I get the same result if I create a YTD measure. However if I use either of those measures in the KPI visual target shows at 2 which is the individual daily target. Any suggestions as to how to get the target to use the total rather than the latest value?
Hi Pink1623
I can reproduce your problem, then my solution is as below:
Assume my example data is
Then create two measures
total targets = CALCULATE(SUM('Table 2'[target]),ALLSELECTED('Table 2')) total sales = CALCULATE(SUM('Table 2'[sales]),ALLSELECTED('Table 2'))Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- v-juanli-msftCommunity Support
Hi Pink1623
I can reproduce your problem, then my solution is as below:
Assume my example data is
Then create two measures
total targets = CALCULATE(SUM('Table 2'[target]),ALLSELECTED('Table 2')) total sales = CALCULATE(SUM('Table 2'[sales]),ALLSELECTED('Table 2'))Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Pink1623Frequent Visitor
Thanks that worked perfectly
- Greg_DecklerCommunity Champion
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490