<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic report refresh and timezone not updating in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/report-refresh-and-timezone-not-updating/m-p/1243262#M15205</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a problem with daily reports being a 10 hours behind.&lt;/P&gt;&lt;P&gt;I am in UTC+10 Syd Aust&amp;nbsp;&lt;/P&gt;&lt;P&gt;I date my reports with DAX (TODAY) and my reports do not display todays data until 10am UTC+10&lt;/P&gt;&lt;P&gt;Datasets and scheduled refreshes always work&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get everything in the correct timezone?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 00:35:21 GMT</pubDate>
    <dc:creator>malesev_s</dc:creator>
    <dc:date>2020-07-23T00:35:21Z</dc:date>
    <item>
      <title>report refresh and timezone not updating</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/report-refresh-and-timezone-not-updating/m-p/1243262#M15205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a problem with daily reports being a 10 hours behind.&lt;/P&gt;&lt;P&gt;I am in UTC+10 Syd Aust&amp;nbsp;&lt;/P&gt;&lt;P&gt;I date my reports with DAX (TODAY) and my reports do not display todays data until 10am UTC+10&lt;/P&gt;&lt;P&gt;Datasets and scheduled refreshes always work&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get everything in the correct timezone?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 00:35:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/report-refresh-and-timezone-not-updating/m-p/1243262#M15205</guid>
      <dc:creator>malesev_s</dc:creator>
      <dc:date>2020-07-23T00:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: report refresh and timezone not updating</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/report-refresh-and-timezone-not-updating/m-p/1243744#M15208</link>
      <description>&lt;P&gt;If you are using Power BI Report Server then this would suggest that your server is set to UTC time, if you set the timezone settings on the server this should fix your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using powerbi.com then all the servers are always set to UTC time so you need to use a different approach. One simplistic approach is to just add 10 hours, but that does not deal with daylight savings issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A friend of mine use a power query like the following to get the localtime in Sydney into his Power BI Reports&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = Json.Document(Web.Contents("http://worldtimeapi.org/api/timezone/Australia/Sydney")),
    #"Converted to Table" = Record.ToTable(Source),
    #"Transposed Table" = Table.Transpose(#"Converted to Table"),
    #"Promoted Headers" = Table.PromoteHeaders(#"Transposed Table", [PromoteAllScalars=true]),
    #"Removed Other Columns" = Table.SelectColumns(#"Promoted Headers",{"datetime"}),
    #"Changed Type" = Table.TransformColumnTypes(#"Removed Other Columns",{{"datetime", type datetimezone}})
in
    #"Changed Type"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 05:36:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/report-refresh-and-timezone-not-updating/m-p/1243744#M15208</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2020-07-23T05:36:47Z</dc:date>
    </item>
  </channel>
</rss>

