March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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?
Solved! Go to Solution.
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'))
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'))
Thanks that worked perfectly
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
User | Count |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |