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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Sophie_
Frequent Visitor

Google BigQuery nested JSON in Power BI

Hello,

 

do you have some best practice to use Google BigQuery nested JSON in Power BI ?

is it efficient ? 

 

For exemple how to load this nested table ?

Sophie__0-1728899284496.png

 

 

Sophie

2 REPLIES 2
Sophie_
Frequent Visitor

Hi  ,it is not a JSON, it's table GCP with STRUCT column :

 

create or replace table  `xxx.yyyy.test_nested` as (

SELECT *

from (  

  select 1 as id,  STRUCT('001' AS order_id, ['A1', 'B1'] AS item_name) order_item

  union all

  select 2 as id,    STRUCT('002' AS order_id, ['A1', 'C1'] AS item_name) order_item

)

)

 

 

so i want to load it PowerBi

Sophie

 

@Gaui

Hi @Sophie_ , can you share the JSON response here?

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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.