Hello, good afternoon!
I am creating a comparative graph where the average of the defects obtained by producer is compared vs. the average of the defects obtained by our company "Ranco". The Graphic is built as follows:

Y-axis ->
nameDefect = DynamicCountersampleView[nameDefect]
X-axis ->
Average Producer :
AVERAGEX(VistaContramuestrasDinamica,
VistaContramuestrasDinamica[TotalMuestra] * VistaContramuestrasDinamica[porcDefectoTotal] + VistaContramuestrasDinamica[UnaMuestra] * VistaContramuestrasDinamica[porcDefectoUnaMuestra])
Average Ranco:
Ranco condition defects = CALCULATE(AVERAGE(VistaContramuestrasDinamica[porcDefectoTotal]),ALL(Producer[Short Name Producer]),ALL(ViewCountersamplesDynamics[codCuartel]))
So far I find the creation of the graphic good. But I would like to add a third measure or value that represents the average of the region to which the producer belongs, for these purposes in the same table VistaContramuestrasDinamica we have the fields ViewCountersamplesDynamics [ Region] and ViewCountersamplesDynamics [Short Name Producer].
How could I create this measure and thus show the average Region associated with the producer?
Thank you very much for your help! 😄