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! Get ahead of the game and start preparing now! 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.