Feb 25 2022 06:27 AM
I am currently pulling data from a website that splits data into different tables by day. The problem is when I use Power Query to link to the data from the web page, it uses the UTC date. When I view the page from my browser, it displays all in 1 table per US day. Because there is a 5-hour difference, it splits it into 2 tables. Does anyone know if there is a way to tell Excel to use the time data from the PC instead of just defaulting to UTC?
Feb 25 2022 07:06 AM
@wsteinbe Would be helpful if you could share the URL.
Feb 26 2022 11:01 AM
I guess website takes Server Time (actually your computer time)
and split events on two tables, Today and Tomorrow for your local time. Perhaps the easiest append one table to another and return result,
Feb 27 2022 01:48 AM
@wsteinbe Following @Sergei Baklan 's suggestion, that could be like in the attached file.