<?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: Google Big Query: Exception by IDbCommand interface in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2804412#M38970</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately, I did have the billing project included in the M code and I am still receiving the same error. While I am able to view the report in the desktop app, I am unable to view the report when I publish into the workspace.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 23:50:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-28T23:50:56Z</dc:date>
    <item>
      <title>Google Big Query: Exception by IDbCommand interface</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2784684#M38791</link>
      <description>&lt;P&gt;I published a report I created to sharepoint for my team to see, but the visuals won't load. I'm not sure why its saying access denied, when I was able to create the report. I've attached the exact error message below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DataSource.Error: [ccon]ODBC: ERROR [42000] [Microsoft][BigQuery] (100) Error interacting with REST API: Access Denied: Project xxxxxx: User does not have bigquery.jobs.create permission in project xxxxx.. DataSourceKind = GoogleBigQuery. DataSourcePath = GoogleBigQuery. OdbcErrors = #table({"SQLState", "NativeError", "Message"}, {}). [/ccon]. The exception was raised by the IDbCommand interface.&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;&lt;SPAN&gt;Activity ID: 53cb2d36-a9fa-4c39-8b58-ab719a504ee1&lt;BR /&gt;Request ID: eb16a159-21dc-4b60-ade0-d53bf1519671&lt;BR /&gt;Correlation ID: 7f8b75d7-3d74-0122-0e45-3d80840ff89a&lt;BR /&gt;Time: Wed Sep 21 2022 09:23:03 GMT-0700 (Pacific Daylight Time)&lt;BR /&gt;Service version: 13.0.19087.42&lt;BR /&gt;Client version: 2209.2.13372-train&lt;BR /&gt;Cluster URI: &lt;A href="https://wabi-north-europe-d-primary-redirect.analysis.windows.net/" target="_blank" rel="noopener"&gt;https://wabi-north-europe-d-primary-redirect.analysis.windows.net/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 16:52:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2784684#M38791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-21T16:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Google Big Query: Exception by IDbCommand interface</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2786309#M38812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-query/connectors/googlebigquery#access-denied-error" target="_self"&gt;"Access Denied" error&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When you try to connect to Google BigQuery from Power BI Desktop, you might get the following error message:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Datasource.Error: ODBC: ERROR [HY000][Microsoft][BigQuery] (100) Error interacting with REST API: Access Denied: Project &amp;lt;project name&amp;gt;: The user &amp;lt;user name&amp;gt; bigquery.jobs.create permissions in project &amp;lt;project name&amp;gt;.&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;In this case, you might need to enter a Billing Project ID in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Billing Project&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;advanced option in the Power Query&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Connection settings&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;In addition, if you also create a report in Power BI service using a gateway, you might still get this error. In this case, you must manually include the Billing Project ID in the M code for the connection using the Power Query editor or the Power Query formula bar. For example:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Source = GoogleBigQuery.Database([BillingProject="Include-Billing-Project-Id-Here"])&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 08:46:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2786309#M38812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-22T08:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Google Big Query: Exception by IDbCommand interface</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2804412#M38970</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately, I did have the billing project included in the M code and I am still receiving the same error. While I am able to view the report in the desktop app, I am unable to view the report when I publish into the workspace.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 23:50:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2804412#M38970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-28T23:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Google Big Query: Exception by IDbCommand interface</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2814386#M39044</link>
      <description>&lt;P&gt;Following up on this topic, not sure why Im getting a permission error when trying to view the report via Microsofot workspace, and not when I view it on the desktop version.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 15:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-Big-Query-Exception-by-IDbCommand-interface/m-p/2814386#M39044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-03T15:20:33Z</dc:date>
    </item>
  </channel>
</rss>

