Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.