<?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: Sum DAX Measure with Multiple Filters in One Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3717868#M144745</link>
    <description>&lt;P&gt;Please try something like below if it suits your requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum of Payment =
CALCULATE (
    SUM ( 'Kyriba AGTL'[Ledger amount (value)] ),
    KEEPFILTERS ( 'Kyriba AGTL'[Flow]
        IN { "-AP", "-ICPAY", "-VAT", "-EXP", "-RENT", "-ICPAYR", "-PAYROLL" } )
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 22 Feb 2024 17:45:19 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2024-02-22T17:45:19Z</dc:date>
    <item>
      <title>Sum DAX Measure with Multiple Filters in One Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3717821#M144743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run a sum total to include a filter that only includes specific codes in the flow column.&lt;BR /&gt;&lt;BR /&gt;The below is what I have tried yet the error I get is "Operator or expression '()' is not supported in this context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sum of Payment =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Kyriba AGTL'&lt;/SPAN&gt;&lt;SPAN&gt;[Ledger amount (value)]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;KEEPFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Kyriba AGTL'&lt;/SPAN&gt;&lt;SPAN&gt;[Flow]&lt;/SPAN&gt; &lt;SPAN&gt;IN&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;"-AP"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"-ICPAY"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"-VAT"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"-EXP"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"-RENT"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"-ICPAYR"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"-PAYROLL"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any help is appreciated&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:17:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3717821#M144743</guid>
      <dc:creator>ChantelleP</dc:creator>
      <dc:date>2024-02-22T17:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sum DAX Measure with Multiple Filters in One Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3717868#M144745</link>
      <description>&lt;P&gt;Please try something like below if it suits your requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum of Payment =
CALCULATE (
    SUM ( 'Kyriba AGTL'[Ledger amount (value)] ),
    KEEPFILTERS ( 'Kyriba AGTL'[Flow]
        IN { "-AP", "-ICPAY", "-VAT", "-EXP", "-RENT", "-ICPAYR", "-PAYROLL" } )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:45:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3717868#M144745</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2024-02-22T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum DAX Measure with Multiple Filters in One Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3719947#M144837</link>
      <description>&lt;P&gt;This is perfect, thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 13:45:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-DAX-Measure-with-Multiple-Filters-in-One-Column/m-p/3719947#M144837</guid>
      <dc:creator>ChantelleP</dc:creator>
      <dc:date>2024-02-23T13:45:27Z</dc:date>
    </item>
  </channel>
</rss>

