<?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: Slicer to Parameter Issue in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2003116#M20458</link>
    <description>&lt;P&gt;I dont see completed date in your screenshot. It is ok. I saw you are using DAX, then try using ORDER BY [Date column] DESC.&lt;BR /&gt;&lt;BR /&gt;check the link for syntax:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/summarizecolumns-function-dax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/summarizecolumns-function-dax&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paginated reports are SSRS reports tuned for Power BI servers. so, it is old school. You need write explicitly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Aug 2021 21:14:40 GMT</pubDate>
    <dc:creator>sevenhills</dc:creator>
    <dc:date>2021-08-06T21:14:40Z</dc:date>
    <item>
      <title>Slicer to Parameter Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2000549#M20433</link>
      <description>&lt;P&gt;Hey Everybody,&lt;/P&gt;&lt;P&gt;I am converting a Power BI report to a paginated Report.&lt;/P&gt;&lt;P&gt;Anyway, here is a screen shot of the 'Date Complete' slicer on the Power BI report. It is in descending order of dates.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screen shot of the same slicer or parameter in the paginated report.&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 you can see, the paginated report has 'Completed Date' in ascending order of dates. Does anyone know how to put the 'Completed Date' parameter in descending order of dates (like what is shown in the 'Date Complete' slicer in the Power BI report)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 14:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2000549#M20433</guid>
      <dc:creator>i820017</dc:creator>
      <dc:date>2021-08-05T14:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Parameter Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2001019#M20436</link>
      <description>&lt;P&gt;If it is a sql data source, you can use&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;order by &amp;lt;col&amp;gt; desc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Paginated reports / ssrs reports display the way they get the data outputted from the source. We need to explicitly specify the order.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:08:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2001019#M20436</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2021-08-05T21:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Parameter Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2002563#M20453</link>
      <description>&lt;P&gt;It is not a sql data source as seen below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Power BI report explicitly shows the order of the slicer to be in descending order of dates. However, when this Power BI report is converted to a paginated report, then the paginated report automatically puts the parameter in ascending order of dates.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 14:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2002563#M20453</guid>
      <dc:creator>i820017</dc:creator>
      <dc:date>2021-08-06T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to Parameter Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2003116#M20458</link>
      <description>&lt;P&gt;I dont see completed date in your screenshot. It is ok. I saw you are using DAX, then try using ORDER BY [Date column] DESC.&lt;BR /&gt;&lt;BR /&gt;check the link for syntax:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/summarizecolumns-function-dax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/summarizecolumns-function-dax&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paginated reports are SSRS reports tuned for Power BI servers. so, it is old school. You need write explicitly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 21:14:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Slicer-to-Parameter-Issue/m-p/2003116#M20458</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2021-08-06T21:14:40Z</dc:date>
    </item>
  </channel>
</rss>

