Forum Discussion
Daretoexplore
2 years agoAdvocate I
Tricky calculation
Hi all I have a couple of tricky calculations and wondering if you could assist please. My data is roughly as follows: ID. Start_Date(UK) Step 1. 21/6/24. ...
- 2 years ago
pls try to create measure
Measure = DATEDIFF(maxx(FILTER('Table','Table'[Step]="Enter store"),'Table'[Start_Date]),maxx(FILTER('Table','Table'[Step]="Enter checkout"),'Table'[Start_Date]),day)Measure 2 = DATEDIFF(maxx(FILTER('Table','Table'[Step]="Get Trolley"),'Table'[Start_Date]),maxx(FILTER('Table','Table'[Step]="Enter checkout"),'Table'[Start_Date]),day)
ryan_mayu
2 years agoSuper User
pls try to create measure
Measure = DATEDIFF(maxx(FILTER('Table','Table'[Step]="Enter store"),'Table'[Start_Date]),maxx(FILTER('Table','Table'[Step]="Enter checkout"),'Table'[Start_Date]),day)
Measure 2 = DATEDIFF(maxx(FILTER('Table','Table'[Step]="Get Trolley"),'Table'[Start_Date]),maxx(FILTER('Table','Table'[Step]="Enter checkout"),'Table'[Start_Date]),day)
Daretoexplore
2 years agoAdvocate I
That is amazing!
Thank you so much...kudos given.
- ryan_mayu2 years agoSuper User
you are welcome