<?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 Add ALL to list of values in a Paginated report parameter in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-ALL-to-list-of-values-in-a-Paginated-report-parameter/m-p/3336295#M35612</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added ALL as a row value to one of my parameter in paginated report with below DAX.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVALUATE
UNION
(
DISTINCT(SELECTCOLUMNS(Projects, "Top_ProjectManager","ALL"))
,
SUMMARIZECOLUMNS(
    Projects[Top_ProjectManager],
    KEEPFILTERS( FILTER( ALL( Projects[Top_ProjectManager] ), NOT( ISBLANK( Projects[Top_ProjectManager] ))))
)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my master dataset now I need to make the query work as&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;By default the parameter value should be selected ALL, so&amp;nbsp; I have made Parameter default values as below.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;when ALL is been selected, the report should view all of the values in that column.&lt;/LI&gt;&lt;LI&gt;If any perticual value selected then the report should filter based on that.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The master dataset query i have written as below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    FILTER(VALUES(Projects[Top_ProjectManager]), OR(Projects[Top_ProjectManager] = @ProjectManager,  @ProjectManager = "ALL"))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in dataset properties Parameters query what should i mention i am unable to understand it.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me wih this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan V.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 11:02:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-18T11:02:32Z</dc:date>
    <item>
      <title>Add ALL to list of values in a Paginated report parameter</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-ALL-to-list-of-values-in-a-Paginated-report-parameter/m-p/3336295#M35612</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added ALL as a row value to one of my parameter in paginated report with below DAX.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVALUATE
UNION
(
DISTINCT(SELECTCOLUMNS(Projects, "Top_ProjectManager","ALL"))
,
SUMMARIZECOLUMNS(
    Projects[Top_ProjectManager],
    KEEPFILTERS( FILTER( ALL( Projects[Top_ProjectManager] ), NOT( ISBLANK( Projects[Top_ProjectManager] ))))
)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my master dataset now I need to make the query work as&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;By default the parameter value should be selected ALL, so&amp;nbsp; I have made Parameter default values as below.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;when ALL is been selected, the report should view all of the values in that column.&lt;/LI&gt;&lt;LI&gt;If any perticual value selected then the report should filter based on that.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The master dataset query i have written as below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    FILTER(VALUES(Projects[Top_ProjectManager]), OR(Projects[Top_ProjectManager] = @ProjectManager,  @ProjectManager = "ALL"))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in dataset properties Parameters query what should i mention i am unable to understand it.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me wih this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan V.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 11:02:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Add-ALL-to-list-of-values-in-a-Paginated-report-parameter/m-p/3336295#M35612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-18T11:02:32Z</dc:date>
    </item>
  </channel>
</rss>

