<?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 Comparison between 2 multiselect slicers with same values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3433896#M130231</link>
    <description>&lt;P&gt;2 Multi select slicers with same values , values selected in slicer 1 should not be displayed in slicer 2.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2023 09:06:53 GMT</pubDate>
    <dc:creator>KavithaG01</dc:creator>
    <dc:date>2023-09-16T09:06:53Z</dc:date>
    <item>
      <title>Comparison between 2 multiselect slicers with same values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3433896#M130231</link>
      <description>&lt;P&gt;2 Multi select slicers with same values , values selected in slicer 1 should not be displayed in slicer 2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 09:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3433896#M130231</guid>
      <dc:creator>KavithaG01</dc:creator>
      <dc:date>2023-09-16T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between 2 multiselect slicers with same values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3434039#M130241</link>
      <description>&lt;P&gt;I tried creating temporary table holds the selected values and then populated another table with EXCEPT FUNCTION , but not able to filter out the selected values in the second slicer. Anyone faced this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another approach is to collect the data in a list and filter the main table using NOT function, but how do I get the selected values in a list?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 13:29:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3434039#M130241</guid>
      <dc:creator>KavithaG01</dc:creator>
      <dc:date>2023-09-16T13:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison between 2 multiselect slicers with same values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3435173#M130333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="618096" data-lia-user-login="KavithaG01" class="lia-mention lia-mention-user"&gt;KavithaG01&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, here are my steps you can follow as a solution.&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Slicer1:&lt;img /&gt;Slicer2:&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create a measure.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flag = IF(ISFILTERED('Slicer1'[value1]) = TRUE() &amp;amp;&amp;amp; MAX('Slicer2'[value2]) in VALUES('Slicer1'[value1]),1,0)&lt;/LI-CODE&gt;
&lt;P&gt;(3) Place [Flag]=0 on the visual object filter of slicer 2 and then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 05:39:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-between-2-multiselect-slicers-with-same-values/m-p/3435173#M130333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-18T05:39:41Z</dc:date>
    </item>
  </channel>
</rss>

