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
Can someone help me get the average of percentage instead of the sum of produced divided by the sum of planned. Thank you.
Solved! Go to Solution.
@Anonymous
Please try
ATS =
AVERAGEX (
SUMMARIZE ( 'Table', 'Table'[Starting Week], 'Table'[SKU] ),
DIVIDE ( [Completed], [Planned] )
)
Thank this worked. For anyone who wants to know. I had to work off 1 single table instead of difference onces. I probably could of with RELATED function but this was was easier.
They are not in the same table.
Production Report: Shows the Produced
Planning Report: Shows the Planned Amount
FG Item Table: Shows the Item No
Calendar Table: Shows the Week Starting.
I can show you the relationship
@Anonymous
Please try
ATS =
AVERAGEX (
SUMMARIZE ( 'Table', 'Table'[Starting Week], 'Table'[SKU] ),
DIVIDE ( [Completed], [Planned] )
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |