Powerbi-docs: OAuth issue when connecting to table fed by external data source

Created on 7 Dec 2018  Â·  1Comment  Â·  Source: MicrosoftDocs/powerbi-docs

Thanks for the description. I am running into an OAuth error when trying to query a bigquery table which is fed by an external data source (a Google Sheet).

DataSource.Error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (20) Query execution failed: Access Denied: BigQuery BigQuery: No OAuth token with Google Drive scope was found.
Details:
DataSourceKind=GoogleBigQuery
DataSourcePath=GoogleBigQuery
OdbcErrors=Table

Any thoughts on how to get this working? I would like to avoid creating a clone which lives on bigquery.
Many thanks

let
Source = GoogleBigQuery.Database(null),
#"project_name" = Source{[Name="project_name"]}[Data],
sandbox_Schema = #"project_name"{[Name="sandbox",Kind="Schema"]}[Data],
external_data_table_View= sandbox_Schema{[Name="external_data_table",Kind="View"]}[Data]
in
external_data_table_View


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

>All comments

Thanks @valentinLeister. Can you follow up with support (https://powerbi.microsoft.com/en-us/support/) or ask a question in the community (https://community.powerbi.com/).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fishnexj picture fishnexj  Â·  4Comments

vishalaj1 picture vishalaj1  Â·  5Comments

tolga-balci picture tolga-balci  Â·  3Comments

edfreeman picture edfreeman  Â·  3Comments

RealNoArms picture RealNoArms  Â·  3Comments