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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.