Forum Discussion
Beto_Zambom
3 years agoFrequent Visitor
Calculate the average
Good morning. On my spreadsheet I have in the same column a part number and the Working hours to replace that specific part number: Follow an example Job Number Part Number Qty 1...
ryan_mayu
3 years agoSuper User
is this what you want?
Column = if('Table'[Part Number]="9001",AVERAGEX(FILTER('Table','Table'[Part Number]="118"),'Table'[Qty]),'Table'[Qty])