fill_up
Replace nulls in Power BI table columns by filling up with the most recent non-null value below. Appends Table.FillUp to the M query; columns specified as comma-separated.
Instructions
Power Query Fill Up: replace nulls in a column with the most recent non-null value below. Appends Table.FillUp to the table's M query. columns is comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| columns | Yes | columns to fill up, comma-separated | |
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |