Forum Discussion
Anonymous
3 years agoNot applicable
Interpolate missing data with group by column
Hello All, I would like to have blank values to be filled with interpolated values as per the dates and name column values. Sample data: let
Source = Table.FromRows(Json.Document(Binary...
Anonymous
3 years agoNot applicable
ronrsnfld straight line interpolation between the points surrounding the missing values is what I'm looking for.
ronrsnfld
Super User
3 years agoFor the straight line interpretation solution, how will you handle the situation where there is no starting value as at the top of your table?