The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |