Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
PowerBI does not support nested data in BigQuery, yet. See https://bigquery.cloud.google.com/table/bigquery-public-data:samples.github_nested, "repository" field contains many subelements and the below should detect the nested structure and show a "Table" datatype.
BQ returns a Json for "repository" like this (excerpt):
[
{
"repository": {
"url": "https://github.com/liferay/liferay-plugins",
"has_downloads": "true",
"created_at": "2009/09/25 15:56:21 -0700",
"has_issues": "false",
"description": "",
"forks": "180",
"fork": "false",
"has_wiki": "false",
"homepage": "",
"integrate_branch": null,
"master_branch": null,
"size": "8396",
"private": "false",
"name": "liferay-plugins",
"organization": "liferay",
"owner": "liferay",
"open_issues": "2",
"watchers": "211",
"pushed_at": "2012/03/29 23:02:08 -0700",
"language": "Java"
},
Any ETA on supporting this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.