<?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/363482#M4075</link>
    <description>&lt;P&gt;That functionality it's already implemented?. If&amp;nbsp;not when do you think it's ready or what options you&amp;nbsp;give me to supply the functionality?&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 17:42:41 GMT</pubDate>
    <dc:creator>devrodriguez</dc:creator>
    <dc:date>2018-02-22T17:42:41Z</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/243279#M848</link>
      <description>&lt;P&gt;We currently have dashboards built using SSRS that link to different reports and display data per the parameters passed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. A user&amp;nbsp;based on their role may have access (controlled using row-level security in SSAS Tabular model) to multiple Accounts. Choosing an Account display a 360 dashboard with all key metrics for that Account. User can then click on individual links to take to say Billing report for that Account or Contract details for that account etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to now create some reports using Power BI and link to them via the 360 dashboard. Can we pass a filter to a Power BI Report via the URL so it is filtered by that parameter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked this out -&amp;gt; &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/" target="_blank"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However that didn't seem to work on a Power BI Report server report. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to achieve what we want?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 15:53:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/243279#M848</guid>
      <dc:creator>vickyd</dc:creator>
      <dc:date>2017-08-31T15:53:38Z</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/243333#M851</link>
      <description>&lt;P&gt;Unfortunately this is currently not supported but it is on our backlog&amp;nbsp;and it something we hope to get to soon.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 17:18:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/243333#M851</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2017-08-31T17:18:16Z</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/243361#M853</link>
      <description>&lt;P&gt;Vote/comment on this idea:&amp;nbsp;&lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power-bi-report-server" target="_blank"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power-bi-report-server&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 18:22:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/243361#M853</guid>
      <dc:creator>riccardomuti</dc:creator>
      <dc:date>2017-08-31T18:22:02Z</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/344079#M3557</link>
      <description>&lt;P&gt;Here is a solution I just tested:&lt;/P&gt;&lt;P&gt;create a new coloumn AAA for example&lt;/P&gt;&lt;P&gt;AAA = "URL?filter=Table/Column eq " &amp;amp; "'" &amp;amp; ColumnName &amp;amp; "'"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL is the url of the report that you want to open&lt;/P&gt;&lt;P&gt;Table is the Table name of the data you want to filter in teh target report (no space accepted as I remembered but I am sure this can be tricked a little)&lt;/P&gt;&lt;P&gt;Column is the Column name of the data you want to filter in the target report&lt;/P&gt;&lt;P&gt;ColumnName is teh name of teh column from the initial report that you will to provide to filter the value&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 02:58:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/344079#M3557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T02:58:24Z</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/355899#M3844</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I need to create a power BI report and provide user to input parameters of there choicoe so that they can search for desired results. Currently I don't think this feature is supported in Power BI. Can you share when can we expect this to be provided? My clients want this feature in high demand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 23:19: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/355899#M3844</guid>
      <dc:creator>sameers</dc:creator>
      <dc:date>2018-02-10T23:19: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/363482#M4075</link>
      <description>&lt;P&gt;That functionality it's already implemented?. If&amp;nbsp;not when do you think it's ready or what options you&amp;nbsp;give me to supply the functionality?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:42:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/363482#M4075</guid>
      <dc:creator>devrodriguez</dc:creator>
      <dc:date>2018-02-22T17:42:41Z</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/363499#M4080</link>
      <description>&lt;P&gt;Have you found how pass parameters&amp;nbsp; to a Power BI report in Power BI Report Server?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:58:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/363499#M4080</guid>
      <dc:creator>devrodriguez</dc:creator>
      <dc:date>2018-02-22T17:58:23Z</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/363505#M4081</link>
      <description>&lt;P&gt;From parameter I mean to say to take input from end user like from textbox, click on a button and the results will be shown to the end user. Are you sure this feature is there in current version of Power BI. If so, can you share links to that tutorial?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 18:07:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/363505#M4081</guid>
      <dc:creator>sameers</dc:creator>
      <dc:date>2018-02-22T18:07:32Z</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/375311#M4402</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;is there any updates about this issue?&lt;/P&gt;&lt;P&gt;i have a report that loads many rows&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want the users to pick the start date and end date and just then run the query&lt;/P&gt;&lt;P&gt;is it possible already ?&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 15:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/375311#M4402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-13T15:30:06Z</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/375313#M4403</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;is there any updates about this issue?&lt;/P&gt;&lt;P&gt;i have a report that loads many rows&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want the users to pick the start date and end date and just then run the query&lt;/P&gt;&lt;P&gt;is it possible already ?&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 15:34:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/375313#M4403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-13T15:34:09Z</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/400483#M5224</link>
      <description>&lt;DIV class="lia-message-heading lia-component-message-header"&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-standard"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;DIV class="lia-message-subject"&gt;&lt;H1&gt;How we can pass dax function username() to sql query query to fetch data only for logged in user?&lt;/H1&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV class="MessageReadByModeratorCell lia-moderation-moderated"&gt;&amp;nbsp;How we can pass dax function username or userprinciple name to sql query to retrive data for power BI report. We don't want to load all data then apply filter. only load data only for logged in user name.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Using procedure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RetriveDataForLoggedInUser(@StartDate,@EndDate,&amp;nbsp;@LoggedInUserName)&lt;/P&gt;&lt;P&gt;&amp;nbsp;Row level securty work when data is loaded completely in power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Apr 2018 20:22:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/400483#M5224</guid>
      <dc:creator>arunkumar112</dc:creator>
      <dc:date>2018-04-19T20:22:09Z</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/412944#M5549</link>
      <description>&lt;P&gt;Anyone have an update on this?&amp;nbsp; We need to be able to filter data in PBI ReportServer reports.&amp;nbsp; If this is not going to be implemented, it&amp;nbsp;could be the last nail in the coffin for using Power BI in my organization.&amp;nbsp; We need to be able to filter data based on user credentials through parameters.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 15:37:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/412944#M5549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T15:37:37Z</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/412948#M5551</link>
      <description>&lt;P&gt;I did not get response on this, may be there is no such feature yet. which is most required. Analysing in entire data is very dificult.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 15:46:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/412948#M5551</guid>
      <dc:creator>arunkumar112</dc:creator>
      <dc:date>2018-05-08T15:46:17Z</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/449703#M6267</link>
      <description>&lt;P&gt;Any update on the above request?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 19:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/449703#M6267</guid>
      <dc:creator>Udaya</dc:creator>
      <dc:date>2018-06-27T19:29:14Z</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/454663#M6378</link>
      <description>&lt;P&gt;Auy update on the below request&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 11:27:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/454663#M6378</guid>
      <dc:creator>Udaya</dc:creator>
      <dc:date>2018-07-04T11:27:29Z</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/468687#M6637</link>
      <description>&lt;P&gt;http://&lt;STRONG&gt;PowerBIServer&lt;/STRONG&gt;/Reports/powerbi/&lt;STRONG&gt;ReportPathAndName&lt;/STRONG&gt;?filter=&lt;STRONG&gt;QueryName&lt;/STRONG&gt;/&lt;STRONG&gt;Column&lt;/STRONG&gt; eq&amp;nbsp;&lt;STRONG&gt;'USERNAME'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;PowerBIServer:&lt;/STRONG&gt; BI Server URL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;ReportPathAndName:&lt;/STRONG&gt; Report path and name eg: Type1/ProjectProgress&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QueryName: Query Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column:&amp;nbsp;&lt;/STRONG&gt;Column using in Query eg: username&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;USERNAME&lt;/STRONG&gt;: User Name or any value you want filter data&lt;/SPAN&gt;&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>Sun, 22 Jul 2018 13:44:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/468687#M6637</guid>
      <dc:creator>hamedtabari</dc:creator>
      <dc:date>2018-07-22T13:44:23Z</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/468688#M6638</link>
      <description>&lt;P&gt;http://&lt;STRONG&gt;PowerBIServer&lt;/STRONG&gt;/Reports/powerbi/&lt;STRONG&gt;ReportPathAndName&lt;/STRONG&gt;?filter=&lt;STRONG&gt;QueryName&lt;/STRONG&gt;/&lt;STRONG&gt;Column&lt;/STRONG&gt; eq&amp;nbsp;&lt;STRONG&gt;'USERNAME'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;PowerBIServer:&lt;/STRONG&gt; BI Server URL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;ReportPathAndName:&lt;/STRONG&gt; Report path and name eg: Type1/ProjectProgress&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QueryName: Query Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column:&amp;nbsp;&lt;/STRONG&gt;Column using in Query eg: username&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;USERNAME&lt;/STRONG&gt;: User Name or any value you want filter data&lt;/SPAN&gt;&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>Sun, 22 Jul 2018 13:46:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/468688#M6638</guid>
      <dc:creator>hamedtabari</dc:creator>
      <dc:date>2018-07-22T13:46:51Z</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/516224#M7899</link>
      <description>&lt;P&gt;Not sure I agree with the accepted solution on this one.&amp;nbsp; Maybe it shouldn't have the green check mark on it if the answer is "This functionality is not yet supported"...it should be left "unsolved"&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:31:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/516224#M7899</guid>
      <dc:creator>andymc123</dc:creator>
      <dc:date>2018-09-14T14:31:31Z</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/810192#M11752</link>
      <description>&lt;P&gt;&lt;A href="https://youtu.be/uHWfzPls50c?t=2859" target="_blank"&gt;https://youtu.be/uHWfzPls50c?t=2859&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Video from Microsoft&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 18:47:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/810192#M11752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-04T18:47:42Z</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/810293#M11753</link>
      <description>&lt;P&gt;This is NOT a power bi report.&amp;nbsp; It's an RDL report which has had that functionality always. &amp;nbsp; This is a badly needed feature in Power BI Report Server .&amp;nbsp; MSFT needs to implement it. &amp;nbsp; &amp;nbsp; PLEASE ask for it.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 21:58:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Passing-parameters-to-a-Power-BI-report-in-Power-BI-Report/m-p/810293#M11753</guid>
      <dc:creator>luisrh</dc:creator>
      <dc:date>2019-10-04T21:58:23Z</dc:date>
    </item>
  </channel>
</rss>

