Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I'm trying to calculate each salespersons target for Nov 2020 - Oct 2021, from which I want to be able to compare their sales v target.
I have been provided the below table with their monthly targets.
I've tried this DAX to create a calculated column to try and calculate their total, filtering by their unique ASM number. But don't really understand it.
Solved! Go to Solution.
@JR_Lee , do want to calculate Average , otherwise 'ASM Target'[ASM No.] is not going to add any value to sum
Target 1 YTD = TOTALYTD(AverageX(values('ASM Target'[ASM No.]) , calculate(sum('ASM Target'[Target])) , 'Date'[Date]) )
@JR_Lee , do want to calculate Average , otherwise 'ASM Target'[ASM No.] is not going to add any value to sum
Target 1 YTD = TOTALYTD(AverageX(values('ASM Target'[ASM No.]) , calculate(sum('ASM Target'[Target])) , 'Date'[Date]) )
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |