<?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: SELECTEDVALUE to filter OR clause in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3396149#M128099</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;TomaszKlakla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you say filter does not change dynamically, I am assuming when you select a particular value in Symbol Slicer, the table should display correspong TRUE/FALSE. Please let me know if you are looking for some other functionality. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition to the new measure, I have set the interaction between Slicer - Month and Table to none.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Select Month Slicer. Go to Format --&amp;gt; Edit Interaction and set the interaction to none.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A title="SelectedValueOR.pbix" href="https://drive.google.com/file/d/1UBDI46HcbOXkr1JQFMXsggOK77t12GVQ/view?usp=drive_link" target="_blank" rel="noopener"&gt;SelectedValueOR.pbix&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2023 04:37:47 GMT</pubDate>
    <dc:creator>rrm121812</dc:creator>
    <dc:date>2023-08-24T04:37:47Z</dc:date>
    <item>
      <title>SELECTEDVALUE to filter OR clause</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3394327#M128022</link>
      <description>&lt;P&gt;Hi, I have a problem with OR clause and SELECTEDVALUE function, in that case I would like select by condition:&lt;BR /&gt;one Month, and by one Symbol OR Common is True:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Filtered =&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'DataTable'&lt;/SPAN&gt;&lt;SPAN&gt;[Symbol]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[SelectedSymbol]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'DataTable'&lt;/SPAN&gt;&lt;SPAN&gt;[Common]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;()),&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;A title="Example File" href="https://drive.google.com/file/d/12Yr_vzbOOV8kTP41aLIpaFosJk1oXekN/view?usp=drive_link" target="_blank" rel="noopener"&gt;example file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 08:59:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3394327#M128022</guid>
      <dc:creator>TomaszKlakla</dc:creator>
      <dc:date>2023-08-23T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTEDVALUE to filter OR clause</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3394774#M128044</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can write measure instead of a custom column as below:&lt;/P&gt;&lt;P&gt;&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;The selected values of Month will show correct values of Filtered. However, you may need to remove the relationship between tables - Month and DataTable if you want entire column to be populated irrespective of filter applied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please &lt;STRONG&gt;Accept this answer as a solution&lt;/STRONG&gt; if it works for you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 12:36:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3394774#M128044</guid>
      <dc:creator>rrm121812</dc:creator>
      <dc:date>2023-08-23T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTEDVALUE to filter OR clause</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3395142#M128063</link>
      <description>&lt;P&gt;Sorry but this not working:&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/12Yr_vzbOOV8kTP41aLIpaFosJk1oXekN/view?usp=drive_link" target="_blank" rel="noopener"&gt;file with your measure&lt;/A&gt;&lt;BR /&gt;FilteredM doesn't change dynamically &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 15:21:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3395142#M128063</guid>
      <dc:creator>TomaszKlakla</dc:creator>
      <dc:date>2023-08-23T15:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTEDVALUE to filter OR clause</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3396149#M128099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;TomaszKlakla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you say filter does not change dynamically, I am assuming when you select a particular value in Symbol Slicer, the table should display correspong TRUE/FALSE. Please let me know if you are looking for some other functionality. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition to the new measure, I have set the interaction between Slicer - Month and Table to none.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Select Month Slicer. Go to Format --&amp;gt; Edit Interaction and set the interaction to none.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A title="SelectedValueOR.pbix" href="https://drive.google.com/file/d/1UBDI46HcbOXkr1JQFMXsggOK77t12GVQ/view?usp=drive_link" target="_blank" rel="noopener"&gt;SelectedValueOR.pbix&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 04:37:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-to-filter-OR-clause/m-p/3396149#M128099</guid>
      <dc:creator>rrm121812</dc:creator>
      <dc:date>2023-08-24T04:37:47Z</dc:date>
    </item>
  </channel>
</rss>

