<?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 Multiple Values in Filter Conditions during report creation in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/888864#M12592</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have connected Power BI to SSAS - Connect Live Option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to create one report where a specific filter condition needs to be added (too many values in filters)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg : Column1 , Column 2 , Column 3 , Column 4&amp;nbsp; --- in Report View&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Column4 = Value 1 , Value 2 , Value 3 , Value 7 , Value 9.....Value 98&amp;nbsp; --- Filter Condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In filtering , i have the option to click on check boxes for different values..(Value1 , value2 etc) but it becomes very tedious when we have more values (say 90 values)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any better option to do?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 09:36:00 GMT</pubDate>
    <dc:creator>GuestUser</dc:creator>
    <dc:date>2020-01-03T09:36:00Z</dc:date>
    <item>
      <title>Add Multiple Values in Filter Conditions during report creation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/888864#M12592</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have connected Power BI to SSAS - Connect Live Option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to create one report where a specific filter condition needs to be added (too many values in filters)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg : Column1 , Column 2 , Column 3 , Column 4&amp;nbsp; --- in Report View&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Column4 = Value 1 , Value 2 , Value 3 , Value 7 , Value 9.....Value 98&amp;nbsp; --- Filter Condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In filtering , i have the option to click on check boxes for different values..(Value1 , value2 etc) but it becomes very tedious when we have more values (say 90 values)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any better option to do?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 09:36:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/888864#M12592</guid>
      <dc:creator>GuestUser</dc:creator>
      <dc:date>2020-01-03T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple Values in Filter Conditions during report creation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/889532#M12597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="147481" data-lia-user-login="GuestUser" class="lia-mention lia-mention-user"&gt;GuestUser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see 2 options:&lt;/P&gt;&lt;P&gt;1. you could use M language (Power Query Editor mode -&amp;gt; pick ypur datasource -&amp;gt; Advanced Editor then find a string like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#"Filtered Rows" = Table.SelectRows(#"Changed Type", each ([Column4] = "Value1" or [Column4] = "Value2" or [Column4] = "Value3"))&lt;/LI-CODE&gt;&lt;P&gt;change it to your needs and press ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. second option, as I see. you can import (or create via Enter Data) datasource like "Allowed values" which contains from the only columns with only values you need in report&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then go to the Table1 (origin data source), press Merge Queries, choose your columns and Inner as join type&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you will get a table like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;remove column "Allowed values" and enjoy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://linkedin.com/in/alekseizhukov" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 08:02:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/889532#M12597</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-01-04T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple Values in Filter Conditions during report creation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/890141#M12601</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;&amp;nbsp;for replying !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These will work out if i am connected to DB through Import Mode but I am using Connect Live (SSAS) option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions for the same&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 06:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/890141#M12601</guid>
      <dc:creator>GuestUser</dc:creator>
      <dc:date>2020-01-06T06:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add Multiple Values in Filter Conditions during report creation</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/890156#M12602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="147481" data-lia-user-login="GuestUser" class="lia-mention lia-mention-user"&gt;GuestUser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the technique would be similar:&lt;/P&gt;&lt;P&gt;1. create a DAX table&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AllowedValues = DATATABLE("Allowed Value"; STRING; 
{
    {"Value1"};
    {"Value3"};
    {"Value5"}
}
)&lt;/LI-CODE&gt;&lt;P&gt;2. Create relationships your Query1[Column4] - AllowedValues[AllowedValue]&lt;/P&gt;&lt;P&gt;3. Create a table&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Filtered Table = NATURALINNERJOIN(Query1;AllowedValues)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 07:04:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Add-Multiple-Values-in-Filter-Conditions-during-report-creation/m-p/890156#M12602</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-01-06T07:04:07Z</dc:date>
    </item>
  </channel>
</rss>

