<?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 Broken relationship after RS refresh in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2063691#M20832</link>
    <description>&lt;P&gt;Hi I have an issue where resfreshing my data on Report Server breaks one of my datasets relationships to the date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relationship is ok when refreshing the data in PowerBI desktop RS.&lt;/P&gt;&lt;P&gt;The relationship is ok when saving or overwriting the report to RS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relationship breaks after any scheduled refresh on RS. (Refresh is reported successfull)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. goes from this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;to this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've gone into options and turned off these options&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running RS Jan21&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 08:47:02 GMT</pubDate>
    <dc:creator>robm135</dc:creator>
    <dc:date>2021-09-08T08:47:02Z</dc:date>
    <item>
      <title>Broken relationship after RS refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2063691#M20832</link>
      <description>&lt;P&gt;Hi I have an issue where resfreshing my data on Report Server breaks one of my datasets relationships to the date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relationship is ok when refreshing the data in PowerBI desktop RS.&lt;/P&gt;&lt;P&gt;The relationship is ok when saving or overwriting the report to RS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relationship breaks after any scheduled refresh on RS. (Refresh is reported successfull)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. goes from this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;to this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've gone into options and turned off these options&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running RS Jan21&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 08:47:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2063691#M20832</guid>
      <dc:creator>robm135</dc:creator>
      <dc:date>2021-09-08T08:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Broken relationship after RS refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2064322#M20835</link>
      <description>&lt;P&gt;It's highly likely that the relationships are fine and that this is actually a data issue. This issue is actually happening on both the second and third columns of your output. It could be a difference in the language settings between the client and server causing the server to parse the dates differently or it could be a difference in the timezone settings causing a shift in datetime values. It depends on what your raw data looks like and what sort of transformations your are doing. Are you able to isolate this down to a handful of rows of sample data so that you can easily compare the differences between your data sets?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 13:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2064322#M20835</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-09-08T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Broken relationship after RS refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2067754#M20862</link>
      <description>&lt;P&gt;yep thanks for pointing me in that direction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;my date fields in both tables are datatype of Date only (as opposed to date/time)&lt;/P&gt;&lt;P&gt;When I right click a date entry - copy - paste to notepad: I get a timezone in my fact table date field which wasn't there prior to getting refreshed on the report server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report Server fields just after being saved/overwriten by PowerBI-RS&amp;nbsp;&lt;BR /&gt;fact: Thu Sep 09 2021 00:00:00 GMT+1000 (Australian Eastern Standard Time)&lt;BR /&gt;date: Thu Sep 09 2021 00:00:00 GMT+1000 (Australian Eastern Standard Time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report Server fields after performing a refresh&lt;BR /&gt;fact: Thu Sep 09 2021 14:00:00 GMT+1000 (Australian Eastern Standard Time)&lt;BR /&gt;date: Thu Sep 09 2021 00:00:00 GMT+1000 (Australian Eastern Standard Time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is confusing as I thought converting data type to a date only would strip out time &amp;amp; timezone info&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 01:09:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2067754#M20862</guid>
      <dc:creator>robm135</dc:creator>
      <dc:date>2021-09-10T01:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Broken relationship after RS refresh</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2067920#M20865</link>
      <description>&lt;P&gt;Here is my workaround:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Originally my fact table date was a string like '2021-09-06T01:35:22Z'&lt;/P&gt;&lt;P&gt;I would do a transform to date/time, then a transform to Date&lt;/P&gt;&lt;P&gt;This was fine until Report Server did the refreshing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've replcaed this double step with&amp;nbsp;&lt;/P&gt;&lt;P&gt;Split&amp;nbsp;'2021-09-06T01:35:22Z' by delmiter T, change to Date&lt;/P&gt;&lt;P&gt;This now works when RS Server refreshes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using other Power Query transforms or functions to date only just didn't work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 22:48:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Broken-relationship-after-RS-refresh/m-p/2067920#M20865</guid>
      <dc:creator>robm135</dc:creator>
      <dc:date>2021-09-14T22:48:01Z</dc:date>
    </item>
  </channel>
</rss>

