<?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: Need to get the sum of total auths by month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3624661#M140134</link>
    <description>&lt;P&gt;Hi, Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sumx (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Filter ( tablename, tablename[month column]=max(tablename[month column])),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sum(tablename[authscolumn]))&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 05:54:18 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2024-01-09T05:54:18Z</dc:date>
    <item>
      <title>Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618377#M139886</link>
      <description>&lt;P&gt;&lt;I&gt;I need to get a calculation to get the sum of total auths by month.&amp;nbsp; Should I do this in the transformations or in the Reporting functionality via Dax Formula?&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:19:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618377#M139886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-05T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618385#M139887</link>
      <description>&lt;P&gt;hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you can do it in DAX&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 18:25:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618385#M139887</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-01-05T18:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618575#M139896</link>
      <description>&lt;P&gt;Thanks Dangar332,&amp;nbsp; Can you give an example?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 21:08:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618575#M139896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-05T21:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618779#M139900</link>
      <description>&lt;P&gt;Hi, Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try below measure&lt;/P&gt;&lt;P&gt;Measure =&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sumx (&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Filter ( tablename, tablename[month column]=earlier(tablename[month column])),&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sum(tablename[authscolumn]))&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 05:04:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3618779#M139900</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-01-06T05:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3624045#M140122</link>
      <description>&lt;P&gt;This was very helpful, but having an error.&amp;nbsp; Can you tell what I am doing wrong?&amp;nbsp; The "earlier" function does not seem to want to accept the same table name as the sum/filter function.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 22:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3624045#M140122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-08T22:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3624661#M140134</link>
      <description>&lt;P&gt;Hi, Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sumx (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Filter ( tablename, tablename[month column]=max(tablename[month column])),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sum(tablename[authscolumn]))&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 05:54:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3624661#M140134</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-01-09T05:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get the sum of total auths by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3625330#M140158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You can create a calculated column or measure to get it using below formulas:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Calculated column:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Auth Fees By Month =
SUMX (
    FILTER (
        'Monthly Billing Archive',
        'Monthly Billing Archive'[Billing / Revenue Recognition Term]
            = EARLIER ( 'Monthly Billing Archive'[Billing / Revenue Recognition Term] )
    ),
    'Monthly Billing Archive'[Auth Fees]
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;Or&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Auth Fees By Month =
SUMX (
    FILTER (
        ALLSELECTED ( 'Monthly Billing Archive' ),
        'Monthly Billing Archive'[Billing / Revenue Recognition Term]
            = SELECTEDVALUE ( 'Monthly Billing Archive'[Billing / Revenue Recognition Term] )
    ),
    'Monthly Billing Archive'[Auth Fees]
)&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 08:29:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-get-the-sum-of-total-auths-by-month/m-p/3625330#M140158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-09T08:29:53Z</dc:date>
    </item>
  </channel>
</rss>

