<?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 How can I apply multiple filters in a single filter? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2517091#M70034</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a single filter that uses multiple dimensions to filter my data (master filter).&lt;/P&gt;&lt;P&gt;What is the best syntax for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. Stage: Won and Pending &amp;amp;&amp;amp; Specific Products &amp;amp;&amp;amp; Date = Today().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 09:20:29 GMT</pubDate>
    <dc:creator>ChPetru</dc:creator>
    <dc:date>2022-05-16T09:20:29Z</dc:date>
    <item>
      <title>How can I apply multiple filters in a single filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2517091#M70034</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a single filter that uses multiple dimensions to filter my data (master filter).&lt;/P&gt;&lt;P&gt;What is the best syntax for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. Stage: Won and Pending &amp;amp;&amp;amp; Specific Products &amp;amp;&amp;amp; Date = Today().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 09:20:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2517091#M70034</guid>
      <dc:creator>ChPetru</dc:creator>
      <dc:date>2022-05-16T09:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I apply multiple filters in a single filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2524916#M70585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="356641" data-lia-user-login="ChPetru" class="lia-mention lia-mention-user"&gt;ChPetru&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below and apply a &lt;STRONG&gt;visual-level&lt;/STRONG&gt; filter on your visual with the condition(&lt;STRONG&gt;&lt;EM&gt;Measure is 1&lt;/EM&gt;&lt;/STRONG&gt;).&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
IF (
    MAX ( 'DimesionTable1'[Won and Pending] ) = TODAY ()
        &amp;amp;&amp;amp; MAX ( 'DimesionTable2'[Specific Products] ) = TODAY ()
        &amp;amp;&amp;amp; MAX ( 'DimesionTable3'[Date] ) = TODAY (),
    1,
    0
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 02:12:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2524916#M70585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-19T02:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I apply multiple filters in a single filter?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2525304#M70597</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 06:31:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-apply-multiple-filters-in-a-single-filter/m-p/2525304#M70597</guid>
      <dc:creator>ChPetru</dc:creator>
      <dc:date>2022-05-19T06:31:14Z</dc:date>
    </item>
  </channel>
</rss>

