<?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: Power BI Api to get parent dataset id by report id in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3443917#M31191</link>
    <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-datasources-in-group" target="_blank"&gt;Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and so on.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2023 00:22:15 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-09-23T00:22:15Z</dc:date>
    <item>
      <title>Power BI Api to get parent dataset id by report id</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3440881#M31173</link>
      <description>&lt;P&gt;If I have a report which is getting data from a dataset 1 which itself is getting data from another dataset 2, how to get dataset 2 id through report id as we can only know id of dataset 1, using api getDatasets(group id, report id).&lt;BR /&gt;&lt;BR /&gt;Till now, I'm using an approach not very performant, which is like once I get datasource for dataset 1, I compare datasource name with all datasets database connection names, to filter out parent datasets.&lt;BR /&gt;As you can see in above, each time a call to get all datasets is time consuming.&lt;BR /&gt;&lt;BR /&gt;Is there any better way to do this using either one or multiple api calls?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 04:23:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3440881#M31173</guid>
      <dc:creator>Zed101</dc:creator>
      <dc:date>2023-09-21T04:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Api to get parent dataset id by report id</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3443917#M31191</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-datasources-in-group" target="_blank"&gt;Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and so on.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 00:22:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3443917#M31191</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-23T00:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Api to get parent dataset id by report id</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3447324#M31213</link>
      <description>&lt;P&gt;This step is followed as part of my approach, however, there is no dataset id in response, only datasource information.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 08:04:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3447324#M31213</guid>
      <dc:creator>Zed101</dc:creator>
      <dc:date>2023-09-26T08:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Api to get parent dataset id by report id</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3447718#M31215</link>
      <description>&lt;P&gt;"server" points to the workspace&lt;/P&gt;
&lt;P&gt;"database"&amp;nbsp; points to the dataset&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 12:20:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/3447718#M31215</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-26T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Api to get parent dataset id by report id</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/4289399#M38623</link>
      <description>&lt;P&gt;Hi thanks for the post and I am just experiencing the same problem. I am using the exact API you mentioned the problem is "database" only returns dataset name instead of dataset id, but the get dataset requires dataset id... so do you might know a better way? Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 17:42:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/4289399#M38623</guid>
      <dc:creator>EternalST</dc:creator>
      <dc:date>2024-11-18T17:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Api to get parent dataset id by report id</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/4289472#M38624</link>
      <description>&lt;P&gt;You are supposed to have harvested the dataset IDs in the previous step. The API call for this thread is focusing on the data sources.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 18:46:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Api-to-get-parent-dataset-id-by-report-id/m-p/4289472#M38624</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-18T18:46:29Z</dc:date>
    </item>
  </channel>
</rss>

