I have a dataset with multiple segments which filter the visits to particluar page based on the page flow.
Page Flow is A1 -> A2 -> A3 ->A4
Total Visits to website - V
Segement A - Visits to page A1 - V1
Segement B - Visits to page A2 from A1 - V2
and so on.
I want to calculate the percentage of V2/V1 i.e a conversion metric for me.
Can we achieve something like this Visits in Segment B % Visits in Segment A in Calculate field???