<?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 to let end users change the parameter that is passed to the powerBi report on report server? in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2046692#M20751</link>
    <description>&lt;P&gt;Check out this article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/power-bi/end-user-editing-query-parameters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/power-bi/end-user-editing-query-parameters&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 16:29:25 GMT</pubDate>
    <dc:creator>mjc543</dc:creator>
    <dc:date>2021-08-30T16:29:25Z</dc:date>
    <item>
      <title>How to let end users change the parameter that is passed to the powerBi report on report server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/1169906#M14679</link>
      <description>&lt;P&gt;Is it possible to allow end-users to change the parameters on power bi report on the report server?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Want the end users to be able to change the&amp;nbsp;@StartDate @EndDate parameters for the SQL stored procedure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 21:08:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/1169906#M14679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-18T21:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to let end users change the parameter that is passed to the powerBi report on report server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/1170380#M14682</link>
      <description>&lt;P&gt;You can currently only pass parameters to stored procedures if you are using paginated reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using a pbix based report that imports the data then the only way to edit parameters like these is to open the report in Power BI Desktop, change the parameter and then re-publish the report (which then changes these values for everyone running this report) . There is no way of changing parameters in your M script from Report Server.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 03:51:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/1170380#M14682</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2020-06-19T03:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to let end users change the parameter that is passed to the powerBi report on report server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2046692#M20751</link>
      <description>&lt;P&gt;Check out this article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/power-bi/end-user-editing-query-parameters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-platform-release-plan/2020wave2/power-bi/end-user-editing-query-parameters&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 16:29:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2046692#M20751</guid>
      <dc:creator>mjc543</dc:creator>
      <dc:date>2021-08-30T16:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to let end users change the parameter that is passed to the powerBi report on report server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2915406#M27634</link>
      <description>&lt;P&gt;This seems crazy?&amp;nbsp; I'm new to power bi &amp;amp; I have calculations based off a user selection (parameter).&amp;nbsp; I'm using a data source that has a mixed bag of currencies &amp;amp; based off what parameter is selected the calculation updates the currency value/amount.&amp;nbsp; Is there a way to accoplish this (parameter or something else)?&amp;nbsp; The user will be using the cloud based Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd rather not turn this into a filter by having my query 1 convert to accomidate for every currency &amp;amp; then stack the data 6 times so that the currency code can be filtered without data loss.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help &amp;amp; coming back to this post.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 15:58:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2915406#M27634</guid>
      <dc:creator>MilesDS</dc:creator>
      <dc:date>2022-11-18T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to let end users change the parameter that is passed to the powerBi report on report server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2915911#M27638</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="470214" data-lia-user-login="MilesDS" class="lia-mention lia-mention-user"&gt;MilesDS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The user will be using the cloud based Power BI.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The you might be able to use the Dynamic M parameters feature&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters&lt;/A&gt;&amp;nbsp;This forum and the answer above specifically relate to the on-prem Report Server product which has a number of limitations when compared to the cloud service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if your data source does not support dynamic M parameters then there is nothing wrong with bringing all the data into your tabular model and doing the calculations there. It will probably take longer for the model to refresh, but you will get faster report performance.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 22:02:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/2915911#M27638</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-11-18T22:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to let end users change the parameter that is passed to the powerBi report on report server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/3351462#M30674</link>
      <description>&lt;P&gt;This likely isn't accessible for the end user, but you can change the parameters on a report that you've published. In the Workspace under Datasets, you can see and change parameters you've created. Here's a sample of how it looks on my workspace.&lt;/P&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;</description>
      <pubDate>Wed, 26 Jul 2023 15:37:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-let-end-users-change-the-parameter-that-is-passed-to-the/m-p/3351462#M30674</guid>
      <dc:creator>ArnieWolff</dc:creator>
      <dc:date>2023-07-26T15:37:41Z</dc:date>
    </item>
  </channel>
</rss>

