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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher 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
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.

Top Kudoed Authors