<?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: How many parameters you can send while using IPaginatedReportLoadConfiguration ? any limit? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3970687#M53069</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 currently no official documentation found regarding the limitations of the IPaginatedReportLoadConfiguration parameter. At present, if setting up filtering, you can also use a URL filter. You can check the related limitations of the URL filter, which should be the same as the limitations of the IPaginatedReportLoadConfiguration parameter&lt;/P&gt;
&lt;P&gt;Refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/parameters/pass-report-parameter-url" target="_blank"&gt;Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters" target="_blank"&gt;Filter a report using query string parameters in the URL - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 08:50:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-04T08:50:02Z</dc:date>
    <item>
      <title>How many parameters you can send while using IPaginatedReportLoadConfiguration ? any limit?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3969624#M53054</link>
      <description>&lt;P&gt;Hello Comunity&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am trying to implement the library&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;IPaginatedReportLoadConfiguration &lt;/STRONG&gt;for javascript, and when I was reading the documentation I didn't find any information about the limitation on the amount of parameters you can pass while using this interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Documentation link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report" target="_self"&gt;&lt;SPAN&gt;Embed a paginated report in Power BI embedded analytics | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only I found this:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To use dynamic binding, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/bind-report-datasets#bind-datasets-dynamically-to-a-paginated-report" target="_blank" rel="noopener"&gt;Bind datasets dynamically to a paginated report&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;The bootstrapped method isn't supported for paginated reports.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-pass-parameters#additional-examples" target="_blank" rel="noopener"&gt;Multi-value parameters&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;aren't supported when embedding a paginated report.&lt;/LI&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameterValues&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property can only be used for report parameters. It can't be used for rdl parameters.&lt;/LI&gt;&lt;LI&gt;Embedding a paginated report with a real-time dataset (push dataset) is not supported.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Could anyone help me clarify this?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I am asking this because, when you go to the documentation to pass parameters for paginated reports using url, it contains more limitations. So I don't know if those limitations also apply when we use the interfaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/parameters/pass-report-parameter-url#parameter-examples" target="_blank" rel="noopener"&gt;Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 21:02:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3969624#M53054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-03T21:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How many parameters you can send while using IPaginatedReportLoadConfiguration ? any limit?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3970687#M53069</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 currently no official documentation found regarding the limitations of the IPaginatedReportLoadConfiguration parameter. At present, if setting up filtering, you can also use a URL filter. You can check the related limitations of the URL filter, which should be the same as the limitations of the IPaginatedReportLoadConfiguration parameter&lt;/P&gt;
&lt;P&gt;Refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/parameters/pass-report-parameter-url" target="_blank"&gt;Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters" target="_blank"&gt;Filter a report using query string parameters in the URL - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 08:50:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3970687#M53069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-04T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How many parameters you can send while using IPaginatedReportLoadConfiguration ? any limit?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3974668#M53151</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your answer, I think I cannot use the url directly since I am embedding the report on my web and I am using the powerbi-client to do it. So I think the correct path is to use the&amp;nbsp;&lt;SPAN&gt;IPaginatedReportLoadConfiguration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I am correctly understanding you,&amp;nbsp;&lt;STRONG&gt;IPaginatedReportLoadConfiguration&amp;nbsp;&lt;/STRONG&gt;would have same limitation as url parameters configuratuion, am I right?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:29:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-many-parameters-you-can-send-while-using/m-p/3974668#M53151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-05T14:29:38Z</dc:date>
    </item>
  </channel>
</rss>

