<?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 of measure with filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107269#M109600</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for following up&lt;/P&gt;&lt;P&gt;my table looks in real as follows&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the measure is&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Moyenne de Prod annuelle par LIGNE = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&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;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parc Machines'&lt;/SPAN&gt;&lt;SPAN&gt;[LIGNE]&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;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AVERAGE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parc Machines'&lt;/SPAN&gt;&lt;SPAN&gt;[Prod annuelle]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a measure which is the subtotal per customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does that make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 07:28:29 GMT</pubDate>
    <dc:creator>DAVID_DART</dc:creator>
    <dc:date>2023-03-02T07:28:29Z</dc:date>
    <item>
      <title>SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105589#M109400</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to manage the sum of the measure (being the result of the line) depending on the customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;CUSTOMER&lt;/TD&gt;&lt;TD&gt;LINE&lt;/TD&gt;&lt;TD&gt;MEASURE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 09:32:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105589#M109400</guid>
      <dc:creator>DAVID_DART</dc:creator>
      <dc:date>2023-03-01T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105625#M109411</link>
      <description>&lt;P&gt;I specify more... I want to generate a new measure to have a table as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;CUSTOMER&lt;/TD&gt;&lt;TD&gt;SUM OF MEASURE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 01 Mar 2023 09:50:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105625#M109411</guid>
      <dc:creator>DAVID_DART</dc:creator>
      <dc:date>2023-03-01T09:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105636#M109412</link>
      <description>&lt;P&gt;Use Calculated DAX function CustomersA= Calculate(SUM(Measure)), Customers="A")&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 09:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105636#M109412</guid>
      <dc:creator>ArchanaMukherji</dc:creator>
      <dc:date>2023-03-01T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105645#M109415</link>
      <description>&lt;P&gt;I have hundreds of customers, the filter shall be variable&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 10:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3105645#M109415</guid>
      <dc:creator>DAVID_DART</dc:creator>
      <dc:date>2023-03-01T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107045#M109570</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522499" data-lia-user-login="DAVID_DART" class="lia-mention lia-mention-user"&gt;DAVID_DART&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how is your measure defined?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 03:44:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107045#M109570</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-02T03:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107050#M109571</link>
      <description>&lt;P&gt;Improve your question, if you want faster solution. Start &lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 03:54:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107050#M109571</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2023-03-02T03:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: SUM of measure with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107269#M109600</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for following up&lt;/P&gt;&lt;P&gt;my table looks in real as follows&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the measure is&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Moyenne de Prod annuelle par LIGNE = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&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;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parc Machines'&lt;/SPAN&gt;&lt;SPAN&gt;[LIGNE]&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;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AVERAGE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Parc Machines'&lt;/SPAN&gt;&lt;SPAN&gt;[Prod annuelle]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a measure which is the subtotal per customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does that make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 07:28:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-of-measure-with-filter/m-p/3107269#M109600</guid>
      <dc:creator>DAVID_DART</dc:creator>
      <dc:date>2023-03-02T07:28:29Z</dc:date>
    </item>
  </channel>
</rss>

