Forum Discussion
Anonymous
7 years agoNot applicable
Group Consecutuve rows (timestamps)
Hi, I have some trouble with grouping consecutive timestamps as 1. The Data is kind of alarmdata, so a row only appears when alarm is on. Every consecutive second it is "on" that means it is the ...
- 7 years ago
Anonymous
Please see attached file.
I added an Index Column then
I have added 2 custom columns "AlarmStart" and "AlarmEnd"
AlarmStart=let mytime=[timestamp]-#duration(0, 0, 0, 1), myindex=[Index] in try if Table.SelectRows(#"Added Index",each [Index]=myindex-1)[timestamp]{0}=mytime then null else [timestamp] otherwise [timestamp]
Zubair_Muhammad
7 years agoCommunity Champion
Anonymous
You can upload it to onedrive or googledrive and share link here
Or you can email me as well
Anonymous
7 years agoNot applicable
Can you provide me of your email. Then I will send it to you. In your profile it state "null".
- Zubair_Muhammad7 years agoCommunity Champion
- Anonymous7 years agoNot applicable
Hi Zubair,
I managed to solve the last problem myself regarding that the timestamp was also in milliseconds. This solved my problem I e-mailed you.
The other issue that it needs to see the alarms seperatly is still an issue though. Don't know if you have ideas on this aswell?
Thanks