fill_down
Fill nulls in a table column with the most recent non-null value above, appending Table.FillDown to the Power Query M query. Accepts a comma-separated list of columns.
Instructions
Power Query Fill Down: replace nulls in a column with the most recent non-null value above. Appends Table.FillDown to the table's M query. columns is comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| columns | Yes | columns to fill down, comma-separated | |
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |