Forum Discussion

swordm's avatar
swordm
Frequent Visitor
3 years ago

powerbi formula based on row value

Hi,

I have a formula checking previous row value if equal extracting from previous value of row other vise doing another calculation.

how can I do , I tried with index but received error.

formula on column Y

=IF(U2=U1;Y1-AF2;AH2-AF2)

2 Replies