Forum Discussion
Pellegrino
5 years agoFrequent Visitor
Replacevalue with preceding row value if null
I have a column that is either null or has a value. What I want is for 'm' to scan the entire column and replace null values with the preceding value. My Code is this: = Table.ReplaceValue(#...
- Anonymous5 years ago
In the formula bar, type:
= Table.FillDown(#"Added Custom3", {"MyIndex"})
--Nate
Anonymous
5 years agoNot applicable
In the formula bar, type:
= Table.FillDown(#"Added Custom3", {"MyIndex"})
--Nate