Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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 |
---|---|
119 | |
78 | |
59 | |
52 | |
48 |
User | Count |
---|---|
171 | |
117 | |
61 | |
59 | |
53 |