<?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: How do I use SUM to get all values of a table with the same company / item number as in the row? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2764000#M85779</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436333" data-lia-user-login="Niemeyer" class="lia-mention lia-mention-user"&gt;Niemeyer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;I just want to confirm if you resolved this issue? If yes,&amp;nbsp;&lt;U&gt;you can accept the answer helpful as the solution&lt;/U&gt;&amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt;&amp;nbsp;&lt;U&gt;share you method and accept it as solution&lt;/U&gt;, thanks for your contribution to improve Power BI.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If you need more help, please let me know.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Tang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 10:02:24 GMT</pubDate>
    <dc:creator>v-xiaotang</dc:creator>
    <dc:date>2022-09-13T10:02:24Z</dc:date>
    <item>
      <title>How do I use SUM to get all values of a table with the same company / item number as in the row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2743058#M84372</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I need help with the SUM function in Measures.&lt;BR /&gt;&lt;BR /&gt;I have a table with the following fields:&lt;BR /&gt;&lt;BR /&gt;Company&lt;BR /&gt;Item number&lt;BR /&gt;Value&lt;BR /&gt;&lt;BR /&gt;No matter how or what I filter, all values in a column should be summed to the article / company that is displayed in the row.&lt;BR /&gt;&lt;BR /&gt;This does not work, I still get only the value in the row back&lt;BR /&gt;&lt;BR /&gt;VAR Value_1 = CALCULATE (&lt;BR /&gt;SUM ( Table[Value] ),&lt;BR /&gt;ALL(Table[Value]),&lt;BR /&gt;Table[Date] &amp;gt;= Date_1,&lt;BR /&gt;Table[Date] &amp;lt;= Date_2)&lt;BR /&gt;&lt;BR /&gt;I have already tried with ALL, but I can't get any further. This one does not work.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Volker&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 09:13:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2743058#M84372</guid>
      <dc:creator>Niemeyer</dc:creator>
      <dc:date>2022-09-02T09:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use SUM to get all values of a table with the same company / item number as in the row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2743181#M84378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436333" data-lia-user-login="Niemeyer" class="lia-mention lia-mention-user"&gt;Niemeyer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Best practice is to use a date table.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 09:53:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2743181#M84378</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-02T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use SUM to get all values of a table with the same company / item number as in the row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2743284#M84388</link>
      <description>&lt;P&gt;One more note: I am showing data from Table 1. The sum of the values comes from table 2, which is linked via company and article number.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 10:32:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2743284#M84388</guid>
      <dc:creator>Niemeyer</dc:creator>
      <dc:date>2022-09-02T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use SUM to get all values of a table with the same company / item number as in the row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2744812#M84518</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436333" data-lia-user-login="Niemeyer" class="lia-mention lia-mention-user"&gt;Niemeyer&lt;/a&gt;&amp;nbsp;Hi Niemeyer,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;among filters, ALL(Table[Value]) is not clear. just delete [Value] and try with ALL(Table).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you just want to filter dates for your sum value (&lt;SPAN&gt;article / company will be filted by the visual)&lt;BR /&gt;&lt;/SPAN&gt;then you can try&lt;BR /&gt;either&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VAR Value_1 = CALCULATE (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SUM ( Table[Value] ),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALL(Table),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Table[Date] &amp;gt;= Date_1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Table[Date] &amp;lt;= Date_2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VAR Value_1 = CALCULATE (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SUM ( Table[Value] ),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FILTER(Table,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Table[Date] &amp;gt;= Date_1 &amp;amp;&amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Table[Date] &amp;lt;= Date_2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps. thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 13:51:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2744812#M84518</guid>
      <dc:creator>colacan</dc:creator>
      <dc:date>2022-09-03T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use SUM to get all values of a table with the same company / item number as in the row?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2764000#M85779</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436333" data-lia-user-login="Niemeyer" class="lia-mention lia-mention-user"&gt;Niemeyer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;I just want to confirm if you resolved this issue? If yes,&amp;nbsp;&lt;U&gt;you can accept the answer helpful as the solution&lt;/U&gt;&amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt;&amp;nbsp;&lt;U&gt;share you method and accept it as solution&lt;/U&gt;, thanks for your contribution to improve Power BI.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If you need more help, please let me know.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Tang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 10:02:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-do-I-use-SUM-to-get-all-values-of-a-table-with-the-same/m-p/2764000#M85779</guid>
      <dc:creator>v-xiaotang</dc:creator>
      <dc:date>2022-09-13T10:02:24Z</dc:date>
    </item>
  </channel>
</rss>

