Forum Discussion
desktop
I have 2 columns start and stop I want to count the number of start stop events according to the following rules
counting starts when first discharge occurs
• any start in the first 12 hour block is counted as 1 event
• any new start in the next and subsequent 24 hour blocks are each counted as 1 additional event
• this counting continues until there is a 24 hour block with no event.
• for the next event after 24 hour block with no event, the sequence begins again
Could anyone help me please
Thank you in advance
11 Replies
- kenblackHelper I
Hello Pragati 11 sorry to be a pain but i have tried to see how I can share a sample with you would you mind guiding me through that as well
Really sorry but thank you
- v-juanli-msftCommunity Support
Hi kenblack
My account has no aceess yo your file.
It is not recommended to share personal files/data into one drive personal.
If your file contains important and privacy data, please remove it.
Best Regards
Maggie
- kenblackHelper I
- amitchandakSuper User
kenblack , You can get diff with min date time of block and use that to get id
diff with min date time block
new col= datediff( minx(filter(Table, [block] =earlier([block]) ),[date time]),[date time],hours)
- v-juanli-msftCommunity Support
Hi kenblack
Besides, i will give an example, please help me to understand your requirements:
Please correct me if i misunderstand something.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.