I am trying to put together an IF statement on Power BI similar to what I have managed to do in Excel. Looking for Journey Order to add 1 for ever duplicate counted in the Journey Key Column.
If( Journey Key = Journey Key, Journey Order 1, 1 )
Example = IF( A3 = A2, B2 1, 1)