I want to get a value from the previous row.
I tried the following code as suggested in this post:
Table.AddColumn(#"Added index", "custom column", each {[Index]-1}[column name])
But it throws this error:
Cannot use field access fot type List
Please help, what am I doing wrong?