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

Get Fabric certified for FREE! Don't miss your chance! Learn more

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

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.