Forum Discussion

doug_morris's avatar
doug_morris
Frequent Visitor
3 years ago
Solved

List.Average calculation problem

List.Average is not computed correctly in this code.   [     Source = #table({"Value"}, {{null}, {1}}) & #table({"Value"}, {{2}}),     Avg = List.Average(Source[Value]) ]   It computes to 1 wh...