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.
I am trying to create a control chart and I am having issues with the Average. I would like the Average Qty to relate to the average of the total reject qty.
Solved! Go to Solution.
@brich06 , Based on that I got try like
Average Qty of Rejections = CALCULATE(AVERAGEX(Values('Scrap Data'[Prod Date]),calculate(Sum('Scrap Data'[Reject Qty]) ) ) ,ALLSELECTED('Scrap Data') )
@brich06 , Based on that I got try like
Average Qty of Rejections = CALCULATE(AVERAGEX(Values('Scrap Data'[Prod Date]),calculate(Sum('Scrap Data'[Reject Qty]) ) ) ,ALLSELECTED('Scrap Data') )
User | Count |
---|---|
24 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
29 | |
13 | |
11 | |
9 | |
9 |