Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Previous Value

In Excel I have been using the following expression in Column C

 

=if(A3<1, B3*21, C2)

 

Essentially returning the calculated value in column C if the value in column A is lees than 1 and the value in the previous row of column C if it is greater than 1.

 

How can this be done in a calculated column in PowerBI? 

 

See sample data below.

 

 

ABC
0.25.3111.3
0.35.2109.2
0.55.8121.8
0.25.7119.7
1.58.4119.7
1.68.4119.7
0.25.3111.3
0.35.4113.4
0.25.3111.3
0.25.2109.2
1.58.4109.2
1.68.4109.2

 

No Replies