List.Covariance

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns the covariance from two lists as a number.

List.Covariance(list1 as list, list2 as list) as number  

ArgumentDescription
list1The List to compare with.
list2The List to compare against.
Show: