Hi All,
A simple question:
Have a column with either 1 value say 23-05-2020 OR null. Want to replace all null values with this non-null value(23-05-...)
I do not want to hard code it as this value will change as per the new input file. I tried multi row but it doesn't do anything. (code below) , All null values are indeed null(checked through data cleansing).
If isnull([Week Ending]) then [Row-1:Week Ending] else [Week ending] endif
Any help is appreciated. thanks!