<?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 Re: Data refresh error. October 2020 last version in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526452#M16983</link>
    <description>&lt;P&gt;Unfortunely, the solution doesn't work. Replase query "table 6" with simple query:&lt;/P&gt;&lt;P&gt;SELECT user_id as user1 FROM user_barcode. The error is the same.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 12:47:01 GMT</pubDate>
    <dc:creator>declanR</dc:creator>
    <dc:date>2020-12-01T12:47:01Z</dc:date>
    <item>
      <title>Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526137#M16975</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Com error: mscorlib, An item withe the same key has already been added. Power BI Desktop and PowerBi report server last version.&lt;/P&gt;&lt;P&gt;Source - sql server request. Merging with a table based on a query gives this error on PowerBI Report Server&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 10:34:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526137#M16975</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-01T10:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526158#M16976</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 10:43:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526158#M16976</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-01T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526168#M16977</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 10:48:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526168#M16977</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-01T10:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526175#M16979</link>
      <description>&lt;P&gt;table 3 - sql request:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;ul.user_id,&lt;BR /&gt;ul.timestamp AS timestamp_st,&lt;BR /&gt;ul.value_new&lt;BR /&gt;FROM user_log_data ul&lt;BR /&gt;LEFT JOIN users u&lt;BR /&gt;ON ul.user_id = u.id&lt;BR /&gt;WHERE ul.field = 'level'&lt;BR /&gt;AND u.regdate &amp;gt;= '2014-01-01'&lt;BR /&gt;AND ul.timestamp &amp;gt;= '2020-07-27 14:30:30.0000000'&lt;BR /&gt;AND u.is_active = 1&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 10:51:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526175#M16979</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-01T10:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526176#M16980</link>
      <description>&lt;P&gt;&lt;SPAN&gt;table 6 - sql request:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT&lt;BR /&gt;*&lt;BR /&gt;FROM (SELECT&lt;BR /&gt;ub1.user_id,&lt;BR /&gt;MAX(ub1.timestamp) AS max_timestamp_b,&lt;BR /&gt;ub1.week&lt;BR /&gt;FROM (SELECT&lt;BR /&gt;ub.user_id,&lt;BR /&gt;ub.timestamp,&lt;BR /&gt;DATEPART(WEEK, ub.timestamp) AS week&lt;BR /&gt;FROM user_barcode ub&lt;BR /&gt;WHERE ub.timestamp &amp;gt;= '2020-07-27') AS ub1&lt;BR /&gt;LEFT JOIN users u&lt;BR /&gt;ON user_id = u.id&lt;BR /&gt;WHERE u.regdate &amp;gt;= '2014-01-01'&lt;BR /&gt;AND u.is_active = 1&lt;BR /&gt;GROUP BY ub1.user_id,&lt;BR /&gt;ub1.week) AS ub2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 10:51:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526176#M16980</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-01T10:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526358#M16982</link>
      <description>&lt;P&gt;I'm also encountering this same error in one of my report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However in my research I've seen that it could potentially be caused by having 2 columns with the same name, which would be the case in your "table 6" (both user_id and week). You could try renaming both of them in the query and see if it fixes the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it ends up being the solution it's a real problem that Desktop and Report Server do not have the same behavior.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 11:51:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526358#M16982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-01T11:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526452#M16983</link>
      <description>&lt;P&gt;Unfortunely, the solution doesn't work. Replase query "table 6" with simple query:&lt;/P&gt;&lt;P&gt;SELECT user_id as user1 FROM user_barcode. The error is the same.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 12:47:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1526452#M16983</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-01T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1528884#M16998</link>
      <description>&lt;P&gt;Hello DeclanR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to find a solution for my issue, I'm not sure if it will work for you but it's worth a try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In short, our datasources were created with different methods (1 line vs 2 lines) even thought they connected to the same DB and when we merged them we would get this error. See this thread for a more detailed explanation:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Report-Server/COM-error-mscorlib-An-item-with-the-same-key-has-already-been/m-p/1524902#M16968" target="_blank"&gt;https://community.powerbi.com/t5/Report-Server/COM-error-mscorlib-An-item-with-the-same-key-has-already-been/m-p/1524902#M16968&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 13:58:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1528884#M16998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-02T13:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1532247#M17031</link>
      <description>&lt;P&gt;Hi Jean. This is the first thing I tried. Unfortunately, not working for me.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 06:03:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1532247#M17031</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2020-12-04T06:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1590706#M17449</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="200732" data-lia-user-login="declanR" class="lia-mention lia-mention-user"&gt;declanR&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latest version has been released.&amp;nbsp;&lt;SPAN&gt;Version: &lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=57270" target="_self"&gt;1.9.7675.15620 (Build 15.0.1104.300)&lt;/A&gt;, Released: January 8, 2021*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It fixed some bugs:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Fixed issue with refresh of reports with two or more data sources that differ only by the casing of the letters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Fixed issue with refresh of reports certain combinations of nested joins.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please update and check if it solves the issue you are experiencing.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Reference:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Report-Server/Power-BI-Report-Server-October-2020-update-2/td-p/1588156" target="_blank"&gt;Power BI Report Server October 2020 update 2 - Microsoft Power BI Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accepting it as&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help other members find it faster.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 06:33:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1590706#M17449</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2021-01-12T06:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1590716#M17450</link>
      <description>&lt;P&gt;Thanks, MS. My big pain&amp;nbsp;is resolved (maybe). Testing now&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Power BI Report Server&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Version: 1.9.7675.15620 (Build 15.0.1104.300), Released: January 8, 2021&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;Bug fixes&lt;UL&gt;&lt;LI&gt;Fixed issue with refresh of reports with two or more datasources that differ only by the casing of the letters.&lt;/LI&gt;&lt;LI&gt;Fixed issue with refresh of reports certain combinations of nested joins.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 12 Jan 2021 06:39:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1590716#M17450</guid>
      <dc:creator>declanR</dc:creator>
      <dc:date>2021-01-12T06:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data refresh error. October 2020 last version</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1598646#M17479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="200732" data-lia-user-login="declanR" class="lia-mention lia-mention-user"&gt;declanR&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the latest version solve the issue you encountered?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 06:44:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Data-refresh-error-October-2020-last-version/m-p/1598646#M17479</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2021-01-14T06:44:21Z</dc:date>
    </item>
  </channel>
</rss>

