<?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 Programmatic Dataset Download on Click (Existing App, Client ID/Secret) - Seeking Detailed Guidance in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4646072#M60315</link>
    <description>&lt;P&gt;Need help programmatically downloading a &lt;EM&gt;specific&lt;/EM&gt; Power BI dataset when a user clicks its name in my existing app (already navigates workspaces/datasets). Using Client ID/Secret for authentication.&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Best API endpoint for downloading a specific dataset (by ID)?&lt;/LI&gt;&lt;LI&gt;Is direct .pbix download feasible via API with Dataset ID? If not, alternative data export methods?&lt;/LI&gt;&lt;LI&gt;How to pass the Dataset ID (available on click) to the API?&lt;/LI&gt;&lt;LI&gt;Any auth/auth best practices or limitations?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm looking for a detailed explanation or step-by-step guide on how to implement this process, including code examples or clear instructions on API calls and handling responses. Any in-depth assistance would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 05:40:57 GMT</pubDate>
    <dc:creator>Krishna_009_</dc:creator>
    <dc:date>2025-04-10T05:40:57Z</dc:date>
    <item>
      <title>Programmatic Dataset Download on Click (Existing App, Client ID/Secret) - Seeking Detailed Guidance</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4646072#M60315</link>
      <description>&lt;P&gt;Need help programmatically downloading a &lt;EM&gt;specific&lt;/EM&gt; Power BI dataset when a user clicks its name in my existing app (already navigates workspaces/datasets). Using Client ID/Secret for authentication.&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Best API endpoint for downloading a specific dataset (by ID)?&lt;/LI&gt;&lt;LI&gt;Is direct .pbix download feasible via API with Dataset ID? If not, alternative data export methods?&lt;/LI&gt;&lt;LI&gt;How to pass the Dataset ID (available on click) to the API?&lt;/LI&gt;&lt;LI&gt;Any auth/auth best practices or limitations?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm looking for a detailed explanation or step-by-step guide on how to implement this process, including code examples or clear instructions on API calls and handling responses. Any in-depth assistance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:40:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4646072#M60315</guid>
      <dc:creator>Krishna_009_</dc:creator>
      <dc:date>2025-04-10T05:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic Dataset Download on Click (Existing App, Client ID/Secret) - Seeking Detailed Guida</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4646928#M60327</link>
      <description>&lt;P&gt;First of all you need to make sure the pbix is downloadable. There is a long long list of restrictions here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/service-export-to-pbix#limitations" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/service-export-to-pbix#limitations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use the standard API call.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that this can be asynchronous depending on the size of the PBIX. So you mayu need to implement additional pollong logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 12:32:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4646928#M60327</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-10T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic Dataset Download on Click (Existing App, Client ID/Secret) - Seeking Detailed Guida</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4654053#M60461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1256794"&gt;@Krishna_009_&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp; for prompt response.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be&lt;/P&gt;
&lt;P&gt;helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 14:05:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4654053#M60461</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-15T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic Dataset Download on Click (Existing App, Client ID/Secret) - Seeking Detailed Guida</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4658619#M60551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1256794"&gt;@Krishna_009_&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If the responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 09:38:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4658619#M60551</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-18T09:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic Dataset Download on Click (Existing App, Client ID/Secret) - Seeking Detailed Guida</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4661014#M60604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1256794"&gt;@Krishna_009_&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I&amp;nbsp;hope this information proves helpful. Feel free to reach out if you have any further questions or would like to discuss this in more detail. If responses provided answers your question, please&amp;nbsp;accept it as a solution&amp;nbsp;so other community members with similar problems can find a solution faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 11:50:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Programmatic-Dataset-Download-on-Click-Existing-App-Client-ID/m-p/4661014#M60604</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-21T11:50:40Z</dc:date>
    </item>
  </channel>
</rss>

