<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Google BigQuery nested JSON in Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4240950#M57826</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have some best practice to use&amp;nbsp;Google BigQuery nested JSON in Power BI ?&lt;/P&gt;&lt;P&gt;is it efficient ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For exemple how to load this nested table ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sophie__0-1728899284496.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1182706i5D0F5C1C2A66FE09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sophie__0-1728899284496.png" alt="Sophie__0-1728899284496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2024 09:48:12 GMT</pubDate>
    <dc:creator>Sophie_</dc:creator>
    <dc:date>2024-10-14T09:48:12Z</dc:date>
    <item>
      <title>Google BigQuery nested JSON in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4240950#M57826</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have some best practice to use&amp;nbsp;Google BigQuery nested JSON in Power BI ?&lt;/P&gt;&lt;P&gt;is it efficient ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For exemple how to load this nested table ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sophie__0-1728899284496.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1182706i5D0F5C1C2A66FE09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sophie__0-1728899284496.png" alt="Sophie__0-1728899284496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 09:48:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4240950#M57826</guid>
      <dc:creator>Sophie_</dc:creator>
      <dc:date>2024-10-14T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Google BigQuery nested JSON in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4241183#M57832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794307"&gt;@Sophie_&lt;/a&gt;&amp;nbsp;, can you share the JSON response here?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 10:14:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4241183#M57832</guid>
      <dc:creator>gaurav-lakhotia</dc:creator>
      <dc:date>2024-10-14T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Google BigQuery nested JSON in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4241382#M57835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;,it is not a JSON, it's table GCP with STRUCT column :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;create or replace table &amp;nbsp;`xxx.yyyy.test_nested` as (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from ( &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN&gt;select 1 as id, &amp;nbsp;STRUCT('001' AS order_id, ['A1', 'B1'] AS item_name) order_item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN&gt;union all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN&gt;select 2 as id, &amp;nbsp; &amp;nbsp;STRUCT('002' AS order_id, ['A1', 'C1'] AS item_name) order_item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so i want to load it PowerBi&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/49618"&gt;@Gaui&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 12:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Google-BigQuery-nested-JSON-in-Power-BI/m-p/4241382#M57835</guid>
      <dc:creator>Sophie_</dc:creator>
      <dc:date>2024-10-14T12:32:04Z</dc:date>
    </item>
  </channel>
</rss>

