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
Hi All,
The AverageX output average is not showing the correct values. Here is the screenshot. here the total average output 35 (average2xfinal) is not correct, the correct output should be (10+83+4+129)/4 = 56.5.
Here is the calculation for AverageX :
Appreciate for your help.
Solved! Go to Solution.
hi @ayush_mriti ,
try like:
average2xfinal =
AVERAGEX(VALUES(Kanban_output[atr_key]), Kanban_output[LODcycletime]/ Kanban_output[LODissuecount])
Perfect ! Thanks a lot
hi @ayush_mriti ,
try like:
average2xfinal =
AVERAGEX(VALUES(Kanban_output[atr_key]), Kanban_output[LODcycletime]/ Kanban_output[LODissuecount])