<?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: parameter to a stored parameters in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/360688#M4003</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="55461" data-lia-user-login="alvabress" class="lia-mention lia-mention-user"&gt;alvabress&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Simple answer is I don't think you can. We have experimented with using SP's as data sources with and without parameters, and we have had nothing but problems. It just about works without parameters, but we had no success with.&lt;BR /&gt;&lt;BR /&gt;In the end we switched to using SQL Views to provide the dataset we wanted to import.&lt;BR /&gt;&lt;BR /&gt;We have gone through a mindset change in using PBI as opposed to SSRS. With SSRS you do want to get a dataset that has a limited / focused set of records, its the best way to get a good fast report. But with PBI its not quite the same, the power of PBI is in the dynamic filters and visualisation associations that you can lever to give the end user a better experience, thus you may not really want to limit the dataset in the data model, maybe you really want to load the whole lot, and then use filters to shape how it looks in PBI. Like I say a mindset change. Worried about the number of records or data model size, we did to start with, but PBI is very efficient at compression, now we just load the lot and let PBI take the strain. We are actually using SSRS tabular, but that's another story.&lt;BR /&gt;&lt;BR /&gt;I hope this is helpful, if not then please excuse my rambles!&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Rob&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2018 16:06:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-19T16:06:48Z</dc:date>
    <item>
      <title>parameter to a stored parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/360630#M4001</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;i would like to use a sql stored procedure as a source for a table in a power bi reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DECLARE &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="7264" data-lia-user-login="RC" class="lia-mention lia-mention-user"&gt;RC&lt;/a&gt; int&lt;BR /&gt;DECLARE @LastName nvarchar(50)&lt;/P&gt;&lt;P&gt;SET&amp;nbsp;@LastName = 'Pluto'&lt;/P&gt;&lt;P&gt;EXECUTE &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="7264" data-lia-user-login="RC" class="lia-mention lia-mention-user"&gt;RC&lt;/a&gt; = [HumanResources].[uspGetEmployeesTest2] @LastNam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This store have an input parameter that i would like to manage as a filter (slicer) in the power BI&lt;/P&gt;&lt;P&gt;reports.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How i can manage this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 14:22:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/360630#M4001</guid>
      <dc:creator>alvabress</dc:creator>
      <dc:date>2018-02-19T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: parameter to a stored parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/360688#M4003</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="55461" data-lia-user-login="alvabress" class="lia-mention lia-mention-user"&gt;alvabress&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Simple answer is I don't think you can. We have experimented with using SP's as data sources with and without parameters, and we have had nothing but problems. It just about works without parameters, but we had no success with.&lt;BR /&gt;&lt;BR /&gt;In the end we switched to using SQL Views to provide the dataset we wanted to import.&lt;BR /&gt;&lt;BR /&gt;We have gone through a mindset change in using PBI as opposed to SSRS. With SSRS you do want to get a dataset that has a limited / focused set of records, its the best way to get a good fast report. But with PBI its not quite the same, the power of PBI is in the dynamic filters and visualisation associations that you can lever to give the end user a better experience, thus you may not really want to limit the dataset in the data model, maybe you really want to load the whole lot, and then use filters to shape how it looks in PBI. Like I say a mindset change. Worried about the number of records or data model size, we did to start with, but PBI is very efficient at compression, now we just load the lot and let PBI take the strain. We are actually using SSRS tabular, but that's another story.&lt;BR /&gt;&lt;BR /&gt;I hope this is helpful, if not then please excuse my rambles!&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Rob&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 16:06:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/360688#M4003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: parameter to a stored parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/361186#M4019</link>
      <description>&lt;P&gt;Dear,&lt;BR /&gt;thanks for the answer, I agree with everything you said, my problem is that the store&lt;/P&gt;&lt;P&gt;has aready build in an external SQL DB and of course contain some logic that i can't replicate&lt;/P&gt;&lt;P&gt;in a power bi report or in a sql view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunally what i need is use a slicer for get a value and use this value as a store parameters and&lt;/P&gt;&lt;P&gt;then present the result of the store.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 08:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/parameter-to-a-stored-parameters/m-p/361186#M4019</guid>
      <dc:creator>alvabress</dc:creator>
      <dc:date>2018-02-20T08:20:52Z</dc:date>
    </item>
  </channel>
</rss>

