<?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: Error while doing incremental refresh in PBI server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2374623#M23162</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362288" data-lia-user-login="schanna" class="lia-mention lia-mention-user"&gt;schanna&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Lucien&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2022 09:09:45 GMT</pubDate>
    <dc:creator>v-luwang-msft</dc:creator>
    <dc:date>2022-03-04T09:09:45Z</dc:date>
    <item>
      <title>Error while doing incremental refresh in PBI server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2360526#M23061</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the following error message while doing an incremental refresh. Kindlyhelp with the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{"error":{"code":"ModelRefresh_ShortMessage_ProcessingError","pbi.error":{"code":"ModelRefresh_ShortMessage_ProcessingError","parameters":{},"details":[{"code":"Message","detail":{"type":1,"value":"The key didn't match any rows in the table."}}],"exceptionCulprit":1}}}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:24:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2360526#M23061</guid>
      <dc:creator>schanna</dc:creator>
      <dc:date>2022-02-25T07:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while doing incremental refresh in PBI server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2362164#M23078</link>
      <description>&lt;P&gt;You cannot do incremental refreshes on Report Server, only scheduled full refreshes so either you are using the Power BI Service not the on-prem Report Server or your are doing a full refresh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way that looks like it might be an error in your Power Query code. Probably due to something being changed in one of your data sources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know which table is causing this issue? If and you are doing an incremental refresh can you copy the query for that table into a new file and see if you can refresh passing in the same parameter values that the incremental refresh would be doing. Or if this is actually a full refresh can you open the file in Power BI Desktop and see if it refreshes from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see issues like this if you are filtering files in a folder, but none of the files match the filter expression. In this case the list of files is stored internally in Power Query in a "table" structure. But many transforms in Power Query can make use of similar "internal" tables.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 03:50:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2362164#M23078</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-02-26T03:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while doing incremental refresh in PBI server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2366729#M23111</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362288" data-lia-user-login="schanna" class="lia-mention lia-mention-user"&gt;schanna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;1.Try to check your&amp;nbsp;&lt;SPAN&gt;&amp;nbsp; the credentials you was using to login.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;similar error code case refer:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Key-Expression-Error-The-key-didn-t-match-any-rows-in-the-table/td-p/50899" target="_blank"&gt;https://community.powerbi.com/t5/Service/Key-Expression-Error-The-key-didn-t-match-any-rows-in-the-table/td-p/50899&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;The workaround is to turn off the SameSite settings in the browser. Go to chrome://flags or edge://flags and search for SameSite, disable the 2 (edge) or 3 (chrome) features that show up. Restart and it will work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;similar error code case refer:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/The-key-didn-t-match-any-rows-in-the-table/td-p/929654" target="_blank"&gt;https://community.powerbi.com/t5/Service/The-key-didn-t-match-any-rows-in-the-table/td-p/929654&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I answer your question? Mark my post as a solution!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 08:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2366729#M23111</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-03-01T08:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error while doing incremental refresh in PBI server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2374623#M23162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362288" data-lia-user-login="schanna" class="lia-mention lia-mention-user"&gt;schanna&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 09:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-while-doing-incremental-refresh-in-PBI-server/m-p/2374623#M23162</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-03-04T09:09:45Z</dc:date>
    </item>
  </channel>
</rss>

