Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |