Forum Discussion

Nilkanth's avatar
Nilkanth
Frequent Visitor
8 years ago
Solved

Alternative formula to replace the value based on previous cell value

Hi,

I used below formula to replace the value based on theprevious value using Index column but it takes too much time to load and when I apply the next step it show the error. Is there any alternative formula I can use?

 

 Table.AddColumn(#"Added Index", "Custom", each if ConScorecard[Hours]{[Index]} = ConScorecard[Hours]{[Index]-1} then "0" else ConScorecard[Hours]{[Index]})

 

 

Thank you!

2 Replies