- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-04-2018 09:31 AM
(816 views)
Morning!
Not sure this is the best approach (guidance encouraged!) but I have lots a temperature data. To make it manageable I have used buttons to narrow down the timeline on my time series plot. Year > Month > Day > Room.
However, when I use the graph the time series displays from 8PM the day BEFORE to 8PM of the day chose! This has to be user error, but unfortunately this user does know where to look to fix it.
Thanks,
Tim
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Create a calculated item on the time variable that just gets the date ( DatePart( YourTimeVariable ) ).
Then define your 'Day' filter on that calculation and it should line up better. If it doesn't work, I think you might have a time-zone issue/bug?