<?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: PowerBI API Export to File - Parameters settings for RDL report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1842404#M29429</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the problem is not the multivalue parameter. The problem is that the parameter is filled by a SQL query with a value and a name. The user is only seeing the Label (e.g All, None, ..), but the Value fields behing that are e.g.&amp;nbsp; 1,2,3,..&lt;/P&gt;&lt;P&gt;When we try to generate the report via API, we have to provide the Value information (1,2,3,..) and not the Label information.&lt;/P&gt;&lt;P&gt;The "End-user" wouldn't know what are the values for each Label.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2021 08:50:05 GMT</pubDate>
    <dc:creator>JoergSch</dc:creator>
    <dc:date>2021-05-14T08:50:05Z</dc:date>
    <item>
      <title>PowerBI API Export to File - Parameters settings for RDL report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1838703#M29397</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we have several RDL reports on PowerBI and would like to use the "Export To File in Group" API, to generate the report.&lt;/P&gt;&lt;P&gt;This works fine for parameterless reports.&lt;/P&gt;&lt;P&gt;When we are trying this for reports with parameters witht the option "Get values from a query", we have to put in the value instead of the label.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoergSch_0-1620827457368.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/513058iEA5A1F3704717F72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoergSch_0-1620827457368.png" alt="JoergSch_0-1620827457368.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;E.g. results from the query:&lt;/P&gt;&lt;P&gt;Value = 1, Label = All&lt;/P&gt;&lt;P&gt;Value = 2, Label = None&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the API Body we have to put in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"parameterValues":[
         {
            "name":"OrgUnit",
            "value":"1"
         }
      ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to put in the Label field value, like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"parameterValues":[
         {
            "name":"OrgUnit",
            "value":"All"
         }
      ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 13:55:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1838703#M29397</guid>
      <dc:creator>JoergSch</dc:creator>
      <dc:date>2021-05-12T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI API Export to File - Parameters settings for RDL report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1842353#M29428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/215903"&gt;@JoergSch&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please review the content in the following link and check whether it can export &lt;SPAN&gt;RDL&amp;nbsp;&lt;/SPAN&gt;reports with parameters using Power Automate.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://eriksvensen.wordpress.com/category/power-automate/" target="_self"&gt;&lt;STRONG&gt;Multivalue parameters in #PowerBI paginated report when using #PowerAutomate to export to file&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 08:27:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1842353#M29428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-14T08:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI API Export to File - Parameters settings for RDL report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1842404#M29429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the problem is not the multivalue parameter. The problem is that the parameter is filled by a SQL query with a value and a name. The user is only seeing the Label (e.g All, None, ..), but the Value fields behing that are e.g.&amp;nbsp; 1,2,3,..&lt;/P&gt;&lt;P&gt;When we try to generate the report via API, we have to provide the Value information (1,2,3,..) and not the Label information.&lt;/P&gt;&lt;P&gt;The "End-user" wouldn't know what are the values for each Label.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 08:50:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Export-to-File-Parameters-settings-for-RDL-report/m-p/1842404#M29429</guid>
      <dc:creator>JoergSch</dc:creator>
      <dc:date>2021-05-14T08:50:05Z</dc:date>
    </item>
  </channel>
</rss>

