<?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: Refresh fails BQ - Error interacting with REST API: Not found: Job... in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1451067#M111908</link>
    <description>&lt;P&gt;I guess the once affected by this are fetching data from outside of US or EU in Big Query, I am in europe-north1. The query runs fine in Big Query but when PBI is to fetch the result it doesn't provide the location parameter and therefore only default multi-region locations work. At least this seems to be the educated guess as reported here:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Issues/Latest-Power-BI-update-broke-Google-Cloud-BigQuery-connections/idc-p/1449869#M61742" target="_blank"&gt;https://community.powerbi.com/t5/Issues/Latest-Power-BI-update-broke-Google-Cloud-BigQuery-connections/idc-p/1449869#M61742&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So workaround is to move BQ location. For us this will have a ripple effect and not really something we want to do. It would be appriciated with a solution or a simpler workaround.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2020 06:06:44 GMT</pubDate>
    <dc:creator>mhar</dc:creator>
    <dc:date>2020-10-23T06:06:44Z</dc:date>
    <item>
      <title>Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1446251#M111691</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I receive the following issue on scheduled refresh of most datasets this morning. The few that are not affected seems to have in common that they are small, however they still connect to Big Query in the same way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) Error interacting with REST API: Not found: Job ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The refresh works in desktop, but fails in service. Yesterday I upgraded one of the workspaces to new experience however datasets from other workspaces fail as well (and datasets refreshed worked after the upgrade)&lt;/SPAN&gt;&lt;SPAN&gt;. I have seen this issue mentioned before but with no real solution. It's mentioned that the region might have something to do with it. The data in BQ is in&amp;nbsp;europe-north1.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 07:33:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1446251#M111691</guid>
      <dc:creator>mhar</dc:creator>
      <dc:date>2020-10-21T07:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1446459#M111699</link>
      <description>&lt;P&gt;Same here before this work smoothly till this morning prompt me this error.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:33:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1446459#M111699</guid>
      <dc:creator>andy_lai</dc:creator>
      <dc:date>2020-10-21T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448552#M111798</link>
      <description>&lt;P&gt;Me too,&lt;BR /&gt;Are in great trouble&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 06:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448552#M111798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-22T06:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448689#M111809</link>
      <description>&lt;P&gt;I received the solution to add&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;UseStorageApi&lt;/SPAN&gt;&lt;SPAN&gt;=false to the source, for example&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Source = GoogleBigQuery.Database([&lt;/SPAN&gt;&lt;SPAN&gt;UseStorageApi&lt;/SPAN&gt;&lt;SPAN&gt;=false])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;This is because Storage API is now enabled by default as data fetch method for BQ. However this did not solve my problem, but maybe it could solve it for others.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 07:45:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448689#M111809</guid>
      <dc:creator>mhar</dc:creator>
      <dc:date>2020-10-22T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448892#M111819</link>
      <description>cannot solve my issue also, same error</description>
      <pubDate>Thu, 22 Oct 2020 08:55:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448892#M111819</guid>
      <dc:creator>andy_lai</dc:creator>
      <dc:date>2020-10-22T08:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448944#M111823</link>
      <description>&lt;P&gt;The product team are now working on a solution for this as it is identified as a problem with the Big Query connection.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 09:11:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1448944#M111823</guid>
      <dc:creator>mhar</dc:creator>
      <dc:date>2020-10-22T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1449174#M111828</link>
      <description>&lt;P&gt;I ran into the same problems today, just found a work-around solution that using PBI dataflow to store data before loading it to visualization. This practice is not quite convenient at all but at leaset we can keep our reports updating.&lt;/P&gt;&lt;P&gt;Waiting for this issue to be fixed asap.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 10:23:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1449174#M111828</guid>
      <dc:creator>hieulnt13952</dc:creator>
      <dc:date>2020-10-22T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1449296#M111834</link>
      <description>&lt;P&gt;I've the same issue, any update on solution ?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 11:06:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1449296#M111834</guid>
      <dc:creator>quanple</dc:creator>
      <dc:date>2020-10-22T11:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1451067#M111908</link>
      <description>&lt;P&gt;I guess the once affected by this are fetching data from outside of US or EU in Big Query, I am in europe-north1. The query runs fine in Big Query but when PBI is to fetch the result it doesn't provide the location parameter and therefore only default multi-region locations work. At least this seems to be the educated guess as reported here:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Issues/Latest-Power-BI-update-broke-Google-Cloud-BigQuery-connections/idc-p/1449869#M61742" target="_blank"&gt;https://community.powerbi.com/t5/Issues/Latest-Power-BI-update-broke-Google-Cloud-BigQuery-connections/idc-p/1449869#M61742&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So workaround is to move BQ location. For us this will have a ripple effect and not really something we want to do. It would be appriciated with a solution or a simpler workaround.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 06:06:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1451067#M111908</guid>
      <dc:creator>mhar</dc:creator>
      <dc:date>2020-10-23T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1454332#M112042</link>
      <description>&lt;P&gt;A few days already, anybody heard any update from MS or any workaround beside manual refresh.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 03:10:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1454332#M112042</guid>
      <dc:creator>andy_lai</dc:creator>
      <dc:date>2020-10-26T03:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1458414#M112202</link>
      <description>&lt;P&gt;Up on status page now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power BI customers using Google BigQuery as a data source may see refreshes not complete successfully with the message "ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) Error interacting with REST API". Engineers are working on a fix and expect it to be deployed by end-of-day 10/31/2020.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 14:08:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1458414#M112202</guid>
      <dc:creator>mhar</dc:creator>
      <dc:date>2020-10-27T14:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1467660#M112555</link>
      <description>&lt;P&gt;Still not working, I'm afraid...&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 10:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1467660#M112555</guid>
      <dc:creator>ebozzi</dc:creator>
      <dc:date>2020-11-01T10:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1468549#M112585</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="267070" data-lia-user-login="ebozzi" class="lia-mention lia-mention-user"&gt;ebozzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp; a workaround ,you can try to use PBI desktop Sept refresh then do republish.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://download.microsoft.com/download/8/8/0/880BCA75-79DD-466A-927D-1ABF1F5454B0/PBIDesktopSetup-2020-09.exe" target="_blank" rel="noopener" data-linktype="external"&gt;September 2020 version of Power BI Desktop - 32-bit&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://download.microsoft.com/download/8/8/0/880BCA75-79DD-466A-927D-1ABF1F5454B0/PBIDesktopSetup-2020-09_x64.exe" target="_blank" rel="noopener" data-linktype="external"&gt;September 2020 version of Power BI Desktop - 64-bit&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/fundamentals/desktop-latest-update-archive?Wt.mc_id=DX_MVP5001676,twitter&amp;amp;fbclid=IwAR3fpo6mLAHKUat2t27Ry23RHeFpux3lAnKNUMp7BJVtlIlL9Xy-FOVUCRw#september-2020-update-2852840" target="_blank" rel="noopener"&gt;desktop-latest-update-archive&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 06:19:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1468549#M112585</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2020-11-02T06:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1468601#M112588</link>
      <description>&lt;P&gt;Auto-refresh still not working, need to publish manually.&lt;/P&gt;&lt;P&gt;Not sure MS got announce any fix date or not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 06:42:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1468601#M112588</guid>
      <dc:creator>andy_lai</dc:creator>
      <dc:date>2020-11-02T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1475452#M112855</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="266014" data-lia-user-login="andy_lai" class="lia-mention lia-mention-user"&gt;andy_lai&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Engineers are working on a fix and expect it to be deployed by end-of-day 11/09/2020.&lt;BR /&gt;&lt;A href="https://powerbi.microsoft.com/en-us/support/" target="_blank" rel="noopener"&gt;https://powerbi.microsoft.com/en-us/support/&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;At that time, please check&amp;nbsp; your report again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 01:52:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1475452#M112855</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2020-11-05T01:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh fails BQ - Error interacting with REST API: Not found: Job...</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1542254#M115647</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226239" data-lia-user-login="mhar" class="lia-mention lia-mention-user"&gt;mhar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue seems to be&amp;nbsp;solved.&lt;/P&gt;
&lt;P&gt;If so,pleaase accept the helpful answer as solution to close this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 05:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-fails-BQ-Error-interacting-with-REST-API-Not-found-Job/m-p/1542254#M115647</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2020-12-10T05:50:42Z</dc:date>
    </item>
  </channel>
</rss>

