<?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: Filter measure based on another measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2722579#M83085</link>
    <description>&lt;P&gt;Thanks so much&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 08:38:59 GMT</pubDate>
    <dc:creator>PacosdjNew</dc:creator>
    <dc:date>2022-08-24T08:38:59Z</dc:date>
    <item>
      <title>Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720029#M82908</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I've two complex measure and i would that the Measure2&amp;nbsp; is valorized only if the Measure1 is valorized and consequently the Total of the Measure2 should respect this rule. For better understand, I would this situation:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already tried to add a conditional valorization on Measure2 [IF( Measure1&amp;lt;&amp;gt;0,Measure2,0)] but don't work because the Measure1 is valorized on the row of the total.&lt;/P&gt;&lt;P&gt;Please, how can i do it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 11:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720029#M82908</guid>
      <dc:creator>PacosdjNew</dc:creator>
      <dc:date>2022-08-23T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720258#M82923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368616" data-lia-user-login="PacosdjNew" class="lia-mention lia-mention-user"&gt;PacosdjNew&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Measure2new = IF( [Measure1]&amp;lt;&amp;gt;BLANK(),[Measure2])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 12:39:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720258#M82923</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-23T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720670#M82953</link>
      <description>&lt;P&gt;Thanks but as said in the post it&amp;nbsp;&lt;SPAN&gt;don't work because the Measure1 is valorized on the row of the total.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 14:49:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720670#M82953</guid>
      <dc:creator>PacosdjNew</dc:creator>
      <dc:date>2022-08-23T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720713#M82954</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368616" data-lia-user-login="PacosdjNew" class="lia-mention lia-mention-user"&gt;PacosdjNew&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should not make any difference&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 15:05:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720713#M82954</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-23T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720736#M82955</link>
      <description>&lt;P&gt;Below is the result obtained:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;where the measure2 it's made as you suggest&lt;/P&gt;&lt;P&gt;Thanks for the support&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 15:17:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720736#M82955</guid>
      <dc:creator>PacosdjNew</dc:creator>
      <dc:date>2022-08-23T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720839#M82962</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368616" data-lia-user-login="PacosdjNew" class="lia-mention lia-mention-user"&gt;PacosdjNew&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Is this is the expected result you are looking for? If not please indicate on the same screenshot the result that you would expect. If yes, kindly consider marking my reply as acceptable solution. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 15:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2720839#M82962</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-23T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721025#M82978</link>
      <description>&lt;P&gt;No... i would that the Measure2NEW is 4118 and not 4118+526 in the total.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 16:55:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721025#M82978</guid>
      <dc:creator>PacosdjNew</dc:creator>
      <dc:date>2022-08-23T16:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721034#M82979</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368616" data-lia-user-login="PacosdjNew" class="lia-mention lia-mention-user"&gt;PacosdjNew&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes this that be done. What are the names of the columns that are placed in the rows of your matrex? Are they from the same table?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 17:00:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721034#M82979</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-23T17:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721113#M82986</link>
      <description>&lt;P&gt;On the row of the matrex there are fields from a dimension related to the fact on which are based the measures&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 17:18:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721113#M82986</guid>
      <dc:creator>PacosdjNew</dc:creator>
      <dc:date>2022-08-23T17:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721136#M82989</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368616" data-lia-user-login="PacosdjNew" class="lia-mention lia-mention-user"&gt;PacosdjNew&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Measure2new =
SUMX (
    SUMMARIZE ( Fact, Dim[Column1], Dim[Column2], Dim[Column3] ),
    IF ( [Measure1] &amp;lt;&amp;gt; BLANK (), [Measure2] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 23 Aug 2022 17:32:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2721136#M82989</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-23T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter measure based on another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2722579#M83085</link>
      <description>&lt;P&gt;Thanks so much&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:38:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-measure-based-on-another-measure/m-p/2722579#M83085</guid>
      <dc:creator>PacosdjNew</dc:creator>
      <dc:date>2022-08-24T08:38:59Z</dc:date>
    </item>
  </channel>
</rss>

