Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
songogeta32
Helper I
Helper I

Direct Query using ODBC driver on Google Bigquery

Hello, I am using Simba ODBC driver to query Google BigQuery tables in PowerBI Desktop application. I found its quite slow and to read just 300k records it takes hours and hours. Is there a way to make it faster or do direct query just like Google BQ connector instead of importing data first? Note the poweBi desktop application is running on a windows vm. 

```

`SELECT * FROM `abc`.`xyz`.`pqr`;

```

2 REPLIES 2
Anonymous
Not applicable

Hi @songogeta32 ,

Google Bigquery support the Direct Query mode, but if you have DateTime type date in your dataset, Direct Query mode may not be suitable:
Google BigQuery connector - Power Query | Microsoft Learn

Alternatively, you can consider the following ways to optimize performance:
1. Optimize Your Query: Ensure your query is as efficient as possible. Avoid selecting all columns if you only need a subset. Use WHERE clauses to limit the data returned.
2. Network Latency: Since your Power BI Desktop application is running on a Windows VM, network latency between your VM and Google BigQuery could be a factor. Check the network performance and consider optimizing it if possible.
3. ODBC Driver Configuration: Review the configuration settings of the Simba ODBC driver. Some settings might be adjusted to improve performance, such as increasing the fetch size or enabling/disabling certain performance features.

Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Can you enable more on increasing performance in ODBC driver. What parameters we need to change?

So from ODBC driver there is no method to do direct query i.e. we compulsorily need to import data in powerBI desktop app?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.