Hi Community,
quick question on Alteryx:
I am trying to get an average value from previous year if the current row is null, the values from previous year is break out into row level.
I have attached the output here for reference.
I am having some struggles to figure this out, thanks for the help in advance.
| Year | New_Dev_Time_Total | Launch_New_Program_Count | Strategy Name | Program Name | Product Category | Calc | Output | Note |
| 2022 | 7.627397177 | 1 | C | C | A | 7.627397177 | 7.627397177 | |
| 2022 | 7.101369785 | 1 | D | D | B | 7.101369785 | 7.101369785 | |
| 2023 | | | | | | null | 7.36 | average ( all values in 2022) |
| 2024 | | | | | | null | 7.36 | |