Forum Discussion
pbi138
8 years agoFrequent Visitor
Streaming dataset filtering not working
Hi all, I using a streaming dataset to visualize real-time IoT data. I would like to show only data in the past 24 hours, so I am trying to use a relative date filter like in the screenshot but...
pbi138
8 years agoFrequent Visitor
So I have figured out that it is indeed a timezone issue. The easiest way to resolve this would be to use a "Top N" filter and just plot N latest values. Easy. Except the filter is not working. If I select top 10 values ordered by latest time stamp (called recordstart) I get 21 values back.
Before "Top N" filter. Highlighted are values I would expect to see after applying the filter.After filter. Highlighted are values I would expect to see. But there is bunch of other values. The ordering is extremely weir as there are values from December as well! (
- pbi1388 years agoFrequent Visitor
Anyone?