Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |