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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors