Search code examples
google-bigquerypowerbidata-connections

Querying BigQuery Events data in PowerBI


Hi I have analytics events data moved from firebase to BigQuery and need to create visualization in PowerBI using that BigQuery dataset. I'm able to access the dataset in PowerBI but some fields are in array type I generally use UNNEST while querying in console but how to run the query inside PowerBI. Is there any other option available? Thanks. In PowerBI Table In BigQuery enter image description here


Solution

  • What we did until the driver fully supports arrays is to flatten in a view: create a view in bigquery with UNNEST() and query that in PBI instead.