<?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: Passing parameters to a Power BI report in Power BI Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5133363#M43145</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I hope the issue has been resolved. If you continue to experience any problems, please reach out here and we will assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2026 06:37:43 GMT</pubDate>
    <dc:creator>v-menakakota</dc:creator>
    <dc:date>2026-03-16T06:37:43Z</dc:date>
    <item>
      <title>Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5127141#M43087</link>
      <description>&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if it is possible to pass a parameter to a Power BI Report Server URL that can then be used to a set a value in a filter or slicer?&amp;nbsp; The documentation on this is very vague and simply points to SSRS documentation within SQL Server.&amp;nbsp; Since this is supposed to be based off the similar setup, one might think that it would work the same.&amp;nbsp; In trying to utilize that documentation, it has not worked for any of our Power BI Report server reports.&amp;nbsp; Here is the referenced "Documentation":&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/developer-handbook-overview" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/report-server/developer-handbook-overview&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 19:11:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5127141#M43087</guid>
      <dc:creator>Kenno</dc:creator>
      <dc:date>2026-03-06T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128242#M43105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for sharing the details and the documentation reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI Report Server does support passing filters through the report URL using the filter query parameter, which can be used to pre-filter a Power BI report when it loads. For example, you can append a filter like ?filter=Table/Column eq 'Value' to the report URL so the report opens with that filter already applied.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;https://reportserver/reports/powerbi/SalesReport?rs:Embed=true&amp;amp;filter=Store/Territory eq 'NC'.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Microsoft documentation explains this approach here: &lt;A title="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters." href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters." target="_blank" rel="noreferrer noopener"&gt;https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters.&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;However, this is different from SSRS-style parameter passing (?ParameterName=Value). That type of parameter passing is supported only for Paginated Reports (.rdl) and not for Power BI reports (.pbix) hosted in Power BI Report Server. If your requirement is to pass parameters through the URL similar to SSRS, the supported approach would be to use a Paginated Report, which allows parameters to be passed directly via the report URL as documented here &lt;A title="https://learn.microsoft.com/en-us/power-bi/paginated-reports/parameters/pass-report-parameter-url" href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/parameters/pass-report-parameter-url" target="_blank" rel="noreferrer noopener"&gt;https://learn.microsoft.com/en-us/power-bi/paginated-reports/parameters/pass-report-parameter-url&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know. &lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 11:50:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128242#M43105</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-09T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128323#M43109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882994" data-lia-user-login="v-menakakota" class="lia-mention lia-mention-user"&gt;v-menakakota&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; It looks like the URL that you initially provided seems to be for&amp;nbsp;&lt;SPAN&gt;Power BI service and not Power BI Report Server.&amp;nbsp; Is this functionality for Power BI service supposed to work for Power BI Report Server?&amp;nbsp; Is there any configuration that is needed to utilize it?&amp;nbsp; We have the May 2025 version of Power BI Report Server installed and it is an on-premise and I believe that this is different then Power BI service, but correct me if I am wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is supposed to work on Report Server, what is the best way to get the Report Id as shown in the first example?&amp;nbsp; For the second example, this is a .pbix report, so maybe this could work, as long as it can be utilized with Power BI Report Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kenno&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 13:03:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128323#M43109</guid>
      <dc:creator>Kenno</dc:creator>
      <dc:date>2026-03-09T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128350#M43110</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While all the documentation references the service, this filtering works on report server as well, just add the&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;&amp;amp;filter=Store/Territory eq 'NC'.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;to the end of your report server URL.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 13:34:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128350#M43110</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-03-09T13:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128376#M43112</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response, but that doesn't seem to work.&amp;nbsp; Here is the example URL that I attempted:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://powerbiserver.wayne.enterprises.com/Reports/powerbi/Marketing/Instant%20Analysis/Instant%20Analysis?filter=Agency%2FFull%20Agency%20eq%20%2701-0000-00%20BRUCE-WAYNE%20ENT%200INC%27&lt;/LI-CODE&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;As seen above, I would like to have the Agency/Company data filled in based on what is passed in.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kenno&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 13:55:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5128376#M43112</guid>
      <dc:creator>Kenno</dc:creator>
      <dc:date>2026-03-09T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5129170#M43116</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at&amp;nbsp;&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;&amp;nbsp;for how special characters need to be encoded. I think the spaces (%20) are likely your issue, they need to be encoded as _x0020_.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 13:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5129170#M43116</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-03-10T13:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5131449#M43139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You are correct that Power BI Service and Power BI Report Server are different platforms. The examples that reference a Report ID (such as /groups/{workspaceId}/reports/{reportId}) apply only to reports hosted in Power BI Service. In Power BI Report Server (PBIRS), which is an on-premises environment, reports are accessed using the report path in the URL, typically in the format /reports/powerbi/ReportName. Because of this difference, PBIRS does not expose or require a Report ID, so there isn’t a way to retrieve a Report ID for reports hosted on Report Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Power BI reports (.pbix) published to Power BI Report Server, SSRS-style parameter passing (for example ?ParameterName=Value) is not supported. That type of parameter passing works only for Paginated Reports (.rdl) where report parameters are defined and can be passed through the report URL. Because of this limitation, parameters cannot be passed through the URL to automatically control slicers or filters in a PBIX report hosted in Power BI Report Server.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 07:35:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5131449#M43139</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-13T07:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5133363#M43145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I hope the issue has been resolved. If you continue to experience any problems, please reach out here and we will assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 06:37:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5133363#M43145</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-16T06:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Passing parameters to a Power BI report in Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5137267#M43167</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1560365" data-lia-user-login="Kenno" class="lia-mention lia-mention-user"&gt;Kenno&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I hope the issue has been resolved. If you continue to experience any problems, please reach out here and we will assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 05:21:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/5137267#M43167</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-23T05:21:52Z</dc:date>
    </item>
  </channel>
</rss>

