<?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 Re: Extract all data source information from Power BI dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/888728#M21897</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a seperate API which can gives you the tables&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettablesingroup" target="_blank" rel="noopener"&gt;Push Datasets - Datasets GetTablesInGroup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/tables&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&lt;SPAN&gt;: This API supports only Push datasets (in other words meaning&amp;nbsp;you can only use this API against&amp;nbsp;&lt;A title="" href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-walkthrough-push-data-create-dataset/" target="_self" rel="nofollow noopener noreferrer"&gt;the datasets created via REST API&lt;/A&gt;. A normal dataset published from PBI desktop doesn't support this.&lt;/SPAN&gt;&amp;nbsp;)&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 06:45:44 GMT</pubDate>
    <dc:creator>Jayendran</dc:creator>
    <dc:date>2020-01-03T06:45:44Z</dc:date>
    <item>
      <title>Extract all data source information from Power BI dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/879352#M21775</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;is there a way using Powershell Power BI API to extract data source artifacts (i.e database server name, database name, database schema name, database tables, columns names, flat file path and name,..) used by a Power BI dataset/report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please kindly assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 21:33:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/879352#M21775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-18T21:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all data source information from Power BI dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/884463#M21821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes there is a PowerShell (internally calls the PowerBI REST API&amp;nbsp;&lt;STRONG&gt;Datasets - Get Datasources&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;REST API :&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasourcesingroup" target="_blank"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getdatasourcesingroup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PowerShell:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoftpowerbimgmt.profile/invoke-powerbirestmethod?view=powerbi-ps" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoftpowerbimgmt.profile/invoke-powerbirestmethod?view=powerbi-ps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Invoke-PowerBIRestMethod -Url 'groups/{groupId}/datasets/{datasetId}/datasources' -Method Get&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that this can only gives the datasources like server,database,url and not schema name,columns name which you posted originally.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 09:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/884463#M21821</guid>
      <dc:creator>Jayendran</dc:creator>
      <dc:date>2019-12-26T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all data source information from Power BI dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/888569#M21895</link>
      <description>&lt;P&gt;Hi Jayendran,&lt;/P&gt;&lt;P&gt;Thanks the API. However I would like to extract database tables names. Can you assist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 02:03:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/888569#M21895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-03T02:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all data source information from Power BI dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/888728#M21897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a seperate API which can gives you the tables&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettablesingroup" target="_blank" rel="noopener"&gt;Push Datasets - Datasets GetTablesInGroup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/tables&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&lt;SPAN&gt;: This API supports only Push datasets (in other words meaning&amp;nbsp;you can only use this API against&amp;nbsp;&lt;A title="" href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-walkthrough-push-data-create-dataset/" target="_self" rel="nofollow noopener noreferrer"&gt;the datasets created via REST API&lt;/A&gt;. A normal dataset published from PBI desktop doesn't support this.&lt;/SPAN&gt;&amp;nbsp;)&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 06:45:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/888728#M21897</guid>
      <dc:creator>Jayendran</dc:creator>
      <dc:date>2020-01-03T06:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all data source information from Power BI dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/893754#M21945</link>
      <description>&lt;P&gt;Hello &lt;A title="" href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/100012" target="_self"&gt;&lt;SPAN&gt;Jayendran&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Our datasets are created from Power BI Desktop, so that API cannot provide me with what I want. Also it extracts Power BI tables, not database tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:56:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/893754#M21945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-08T15:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all data source information from Power BI dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/2202320#M33071</link>
      <description>&lt;P&gt;Were you able to extract the tables themselves using the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to leverage PowerBI queries for a website I'm building.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 20:40:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Extract-all-data-source-information-from-Power-BI-dataset/m-p/2202320#M33071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-22T20:40:25Z</dc:date>
    </item>
  </channel>
</rss>

