I've set the following formula for retrieving the information from the next row of the same dataset; but the outcomes from the search based on the formula below is "null".
Table.SelectRows(
Table.AddIndexColumn([All],"Index",1),
(Outter)=> Outter[Index] =
Table.AddIndexColumn([All],"Index",0)[Index]
)
I've tried some other functions like List.Last but cannot give the correct result; and so would like to look for advice and support from the community.
Thanks
Raymond