This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.