Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to fill null values across columns using previous value

Paridhi_Agrawal
8 - Asteroid

Hi All,

I have a data set like below, where in row 1 some values are coming as null.

What I want is to fill those null with there previous values.

 

 

 

 Data SetData Set

 

Expected OutputExpected Output

 

3 REPLIES 3
Paridhi_Agrawal
8 - Asteroid

sample data attached

DataNath
17 - Castor
17 - Castor

Hey @Paridhi_Agrawal here's how I'd go about it. I've attached 2 methods as the top one uses functionality only available in the latest versions of Alteryx i.e. the Coalesce() function. The bottom is compatible with older versions:

 

Cross-field fill.png

flying008
15 - Aurora

Hi, @Paridhi_Agrawal 

 

FYI. (If you have the macro of Multi-Rows and Multi-Columns Formula.)

 

录制_2025_04_10_09_05_29_196.gif

Labels
Top Solution Authors