<?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: Measure DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-DAX/m-p/2011215#M44709</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Inbound Save =
SUMX (
    Centcom,
    IF (
        'Centcom'[CAMPAIGN] = "Inbound",
        IF (
            'Centcom'[DISPOSITION]
                IN {
                "Saved Monthly Conf. Back.",
                "Saved Monthly Conf. Original",
                "Saved Monthly WLCM back"
            },
            IF (
                RELATED ( Charity[TPV Save] ) = "Yes",
                IF ( Centcom[Date] &amp;gt; RELATED ( Charity[Start Date] ), 1, 0 )
            )
        )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 18:41:09 GMT</pubDate>
    <dc:creator>Jos_Woolley</dc:creator>
    <dc:date>2021-08-11T18:41:09Z</dc:date>
    <item>
      <title>Measure DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-DAX/m-p/2010904#M44701</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Charity (Charity ) has a relationship with Centcom Charity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is: I am trying to count how many Saved Monthly after the "start date", The code below shows the count before taking account of the Start Date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Inbound Save = CALCULATE(COUNTROWS('Centcom'), 'Centcom'[CAMPAIGN] = "Inbound",'Centcom'[DISPOSITION] IN {"Saved Monthly Conf. Back.", "Saved Monthly Conf. Original","Saved Monthly WLCM back"} ,Charity[TPV Save] = "Yes")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the DAX function to count after the Start Date.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 17:11:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-DAX/m-p/2010904#M44701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-11T17:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measure DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-DAX/m-p/2011215#M44709</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Inbound Save =
SUMX (
    Centcom,
    IF (
        'Centcom'[CAMPAIGN] = "Inbound",
        IF (
            'Centcom'[DISPOSITION]
                IN {
                "Saved Monthly Conf. Back.",
                "Saved Monthly Conf. Original",
                "Saved Monthly WLCM back"
            },
            IF (
                RELATED ( Charity[TPV Save] ) = "Yes",
                IF ( Centcom[Date] &amp;gt; RELATED ( Charity[Start Date] ), 1, 0 )
            )
        )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 18:41:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-DAX/m-p/2011215#M44709</guid>
      <dc:creator>Jos_Woolley</dc:creator>
      <dc:date>2021-08-11T18:41:09Z</dc:date>
    </item>
  </channel>
</rss>

