<?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: Embedding paginate reports with dynamic Dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3306901#M43288</link>
    <description>&lt;P&gt;that seems great, I'll give it a try, thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 20:37:16 GMT</pubDate>
    <dc:creator>Mistralou</dc:creator>
    <dc:date>2023-06-28T20:37:16Z</dc:date>
    <item>
      <title>Embedding paginate reports with dynamic Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3038151#M40866</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully a simple one. We currently embed reports in Power BI into our own application (SaaS solution). We can successfully embed reports with dynamic datasets and RLS. Everything works as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we are testing embedding paginated reports which work fine if the dataset provided to the report is that same as the one used to create the report. If we try change the dataset for the paginated report we get the error :&amp;nbsp;&lt;SPAN&gt;Dataset id xxx is requried by report yyy but was not found in generate token request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to use dynamic datasets with paginated reports?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:28:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3038151#M40866</guid>
      <dc:creator>adrianvp</dc:creator>
      <dc:date>2023-01-23T15:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding paginate reports with dynamic Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3038214#M40868</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="503099" data-lia-user-login="adrianvp" class="lia-mention lia-mention-user"&gt;adrianvp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately dynamic binding of a paginated report to a dataset is not a supported feature.&lt;/P&gt;&lt;P&gt;This is&amp;nbsp; mainly because a dataset is a data source for a paginated report, and there can be more than one dataset for the same paginated report, in oppose to a Power BI report which only has one dataset (directly connected).&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:51:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3038214#M40868</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2023-01-23T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding paginate reports with dynamic Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3038227#M40869</link>
      <description>&lt;P&gt;Thanks Amos, really appreciate the response. We can stop banging our heads against the wall now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:56:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3038227#M40869</guid>
      <dc:creator>adrianvp</dc:creator>
      <dc:date>2023-01-23T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding paginate reports with dynamic Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3304966#M43264</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278935" data-lia-user-login="AmosHersch" class="lia-mention lia-mention-user"&gt;AmosHersch&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I saw another post of you saying it would be theorically possible to rebind a paginated report dataset using this documentation.&lt;/P&gt;&lt;P&gt;My usecase is a paginated report pointing to a PBI dataset, that I would like to rebind programatically (using the datasetId for example) to another one with the same schema.&lt;/P&gt;&lt;P&gt;Do you think that could work?&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 20:35:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3304966#M43264</guid>
      <dc:creator>Mistralou</dc:creator>
      <dc:date>2023-06-28T20:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding paginate reports with dynamic Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3305679#M43273</link>
      <description>&lt;P&gt;Sure it should work. If you have a paginated report with a PBI Dataset as a data souce you should be able to change that dataset using the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group" target="_blank" rel="nofollow noopener noreferrer"&gt;https://learn.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group&lt;/A&gt;&amp;nbsp;just like you change any other data source of your paginated report&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 07:13:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3305679#M43273</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2023-06-28T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding paginate reports with dynamic Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3306901#M43288</link>
      <description>&lt;P&gt;that seems great, I'll give it a try, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 20:37:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-paginate-reports-with-dynamic-Dataset/m-p/3306901#M43288</guid>
      <dc:creator>Mistralou</dc:creator>
      <dc:date>2023-06-28T20:37:16Z</dc:date>
    </item>
  </channel>
</rss>

