Forum Discussion
ratgdillon
5 years agoFrequent Visitor
Dataset to Standarize Time Across Time Zones
Right now I have some data that involves date/time and city/state/country. All times are recorded in Eastern Standard time, but some entries are in different time zones. I would like to visualize thi...
Greg_Deckler
Community Champion
5 years agoratgdillon I used a TimeZones.csv file in my book DAX Cookbook, you can download it from here:
https://github.com/gdeckler/DAXCookbook
Chapter 3. Let me know if it helps or not, @ me in replies.
ratgdillon
5 years agoFrequent Visitor
Greg_Decklerthe dataset needs to link county or city to time zone. Listing the time zone and its time offset is helpful, but it won't be of any use if I can't link each row (city/state) to its corresponding time zone.
- Greg_Deckler5 years ago
Community Champion
ratgdillon I've never found a good list for this. Maybe find a list of the lat/long of each city. Get a similar list for the long of each time zone. Then you could create a calculation to figure out the time zone based upon each city's longitude?