Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Need help on below scenario

I got data having 2 columns (Product and Age) as below and calculate valid event for each product as shown in "Valid event".
I have tried "Earlier"  & Ranking function but could not able get to the full result. Please share your thoughts.

ProductRankAgeValid event 
A101Default valid event
A291>= 6 gap from first valid event
A310  
A412  
A5161>= 6 gap from second valid event
A619  
A7221>= 6 gap from Third valid event
A8291>= 6 gap from forth valid event
A930  
A10361>= 6 gap from five valid event
B101Default valid event
B21  
B32  
B44  
B561>= 6 gap from first valid event
B68  
B7251>= 6 gap from second valid event

2 Replies

  • ERD's avatar
    ERD
    Community Champion

    Hi Anonymous ,

    What makes an event a default one? Age = 0? Do you have dates?

    If this post helps, then please consider Accept it as the solution ✔️to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi ERD

       

      Very first event/age=0/rank=1 all these criteria makes default event. Each event valid event counted as 1.

       

      Using earlier function/ Variable able to identify  >=6 age.  but in some cases like below 16 is valid event and next 22 is valid event but in power bi I could not able to figure how to conditionly earlier valid record with current if corrent row didn't satisfy the >=6 condition.