0
votes

I have a problem scheduling refresh in the Power Bi service for the google Big Query database. It used to work fine and since last Friday Power Bi cannot connect to gbq anymore. I tried Microsoft Support but they send me to you.

This is the error I receive:

ODBC: ERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error interacting with REST API: Couldn't connect to server ERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error interacting with REST API: Couldn't connect to server Table: CS_Scorecard. Cluster URI: WABI-WEST-EUROPE-B-PRIMARY-redirect.analysis.windows.net Activity ID: 07d42767-95e3-4bbc-81e8-6953be164caa Request ID: f1b4b205-4228-4f16-8d6d-e98b28eec5c7 Time: 2019-12-10 12:43:12Z

I tried creating a new model with 1 gbq link and that worked fine. But my existing model is failing right now.

Any ideas on how to resolve this?

1

1 Answers

2
votes

According with Power BI support page this issue is known.

Seems that the issue may be caused by a lack of permissions for the user attempting to establish a connection.

You will need to check that the account being used has the appropriate permissions, in particular "bigquery.tables.list" permission needs to be assigned. Check the BigQuery roles and permissions.

I suggest confirming that there are no custom IAM roles or roles type set up on the dataset(s) you are trying to connect to.

Verify that you are using the last version of Simba drivers for BigQuery.

Finally you can look the following Public Issue Tracker, where this issue was reported.