This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I was wondering if there was a way to update data in a column such that a null value in a cell would take on the preceeding value until a non null value was reached at which point that value would be used to replce the next null value. The data I have comes from a speadsheet, only has a maximum of 50 rows and its format can't be changed... I was wondering if a custom function would work? Sadly I cant use Python. Thanks.
| Original Data | Desired Data |
| A | A |
| null | A |
| null | A |
| B | B |
| null | B |
| null | B |
| null | B |
| C | C |
| D | D |
| Null | D |
Solved! Go to Solution.
@Matt_P , You have the option to fill down or up in Power Query (Transform data)
https://www.excelcampus.com/powerquery/fill-down-blank-null-cells-power-query/
So simple - Thanks!
@Matt_P , You have the option to fill down or up in Power Query (Transform data)
https://www.excelcampus.com/powerquery/fill-down-blank-null-cells-power-query/
Thanks. [rfigtree just beat you with a response. 😀]
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |