Forum Discussion

Dilbertfan's avatar
Dilbertfan
Frequent Visitor
1 year ago
Solved

Google Big Query Connector - May 25 Release

  Hi All Wasn't sure whether to post this in Power Query or Desktop as I suppose it could fit in either.   I have been trying to use the Revised Big Query Connector in the May 25 release of PBI...
  • v-kpoloju-msft's avatar
    1 year ago

    Hi Dilbertfan

    Thank you for reaching out to the Microsoft fabric community forum. Also, thanks Akash_Varuna, for those valuable insights for this thread. I have identified several alternative workarounds that may assist in resolving the thread.

    Based on the error you're encountering:
    ADBC: Status(StatusCode="Internal", Detail="Bad gRPC response. Response protocol downgraded to HTTP/1.1"),

    This relates to the newly introduced Google Big Query connector using ADBC, which was released in Power BI Desktop’s May 2025 update and is currently in Preview. The ADBC-based connector utilizes gRPC over HTTP/2, providing enhanced performance and modern protocol advantages. However, it requires network environments that support HTTP/2. The error suggests that gRPC is reverting to HTTP/1.1, which the new connector does not support, resulting in the failure.

    As the connector is currently in Preview, you may option to use the legacy version:

    • Go to File > Options and settings > Options > Preview Features
    • Uncheck: "Use ADBC-based Big Query connector"
    • Restart Power BI Desktop
    • This will revert to the previous (ODBC-based) connector, which does not rely on HTTP/2.

     If continuing with the Preview connector: Please ensure the following network conditions: HTTP/2 support is enabled end-to-end. No TLS/SSL inspection or proxy is downgrading HTTP/2 to HTTP/1.1

    Whitelist the following domains:

    • *.googleapis.com
    • bigquery.googleapis.com
    • oauth2.googleapis.com

    These changes may require assistance from your IT/network team.

     


    Kindly please refer to the below mentioned link for better understanding and more information:
    Google Big Query connector - Power Query | Microsoft Learn
    Compare gRPC services with HTTP APIs | Microsoft Learn

    If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

    Thank you for using Microsoft Community Forum.