This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi all,
We are curently testing Power BI for our work project and trying the bigquery connector. Unfortunately, the Bigquery connector does not support direct SQL, and we can only retrieve whole tables.
Now, we can see the detailed query in advanced mode :
let
Source = GoogleBigQuery.Database(null),
#"projet" = Source{[Name="projet"]}[Data],
table_Schema = #"projet"{[Name="dataset",Kind="Schema"]}[Data],
table_Table = dataset_Schema{[Name="table",Kind="Table"]}[Data]
in
table_Table
But this query does not retrieve meta columns such as _PARTITIONTIME. Is it possible to select _PARTITIONTIME in the advanced mode and turn it into a regular date column in Power BI ? Thanks a lot for your help, Julien
Solved! Go to Solution.
@jbovet,
A method is to create an ODBC data source for Google BigQuery , then connect to this ODBC source in Power BI Desktop and write specific statement to get data.
Regards,
Lydia
@jbovet,
A method is to create an ODBC data source for Google BigQuery , then connect to this ODBC source in Power BI Desktop and write specific statement to get data.
Regards,
Lydia
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |