Forum Discussion
pull values down
Bessonnizza1992 ,
Please try below formula,
Min value =
Hope,it will works..
- Bessonnizza19925 years agoHelper I
Ty for reply, sanalytics
Tried yours measure, but power bi froz and couldn't load so much data. CalendarTime table have 86400 rows. I have an idea with another measure:
_DiscreteSensor / PreviousValue = VAR _1 = MAX ( 'CalendarTime'[Index] ) - 1 RETURN CALCULATE ( MAX ( StatisticsDiscreteSensors[Value] ), FILTER ( ALL ( 'CalendarTime' ), CalendarTime[Index] = _1) )All is ok, but measure return return values in incorrect time row. For example:
Timestamp - value - previous value
05:53:40 - blank - 0 / timestamp must be 07:00:03
07:00:04 - 0 - blank
07:00:05 - blank - 0 / timestamp must be 08:02:58
08:02:59 - 0 - blank
Do you know how can i do it?
- sanalytics5 years agoSuper User
@Bessonnizza1992,
can you please provide us some dummy data and your exact output so that, we can try..it is very difficult to assume your exact requirement by a screenshot.
Regardssanalytics
- Bessonnizza19925 years agoHelper I
sanalytics, hi again.
Here my example: https://dropmefiles.com/vH1NG
TimeStamp here must be:
00:00:00
00:04:59
00:05:00
00:41:59