Forum Discussion

gsanterre's avatar
gsanterre
New Member
5 years ago
Solved

Comparison between two consecutive rows in the same column

Hi!   I want to compare two consecutive rows in same column using AND function in Power Bi. I managed to do this very easily in Excel. Here is what I did in Excel: B2 = AND (A1 = 0; A2 = 1). To sum...