<?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 that Adds a Measure's Result in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3634947#M140612</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="332134" data-lia-user-login="Nnamarie_1997" class="lia-mention lia-mention-user"&gt;Nnamarie_1997&lt;/a&gt;&amp;nbsp;You can use below measure. This measure will give the result what you are looking. Since SUMX does row wise calculation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;sales = SUMX(sheet1,&amp;nbsp;Sheet1[QTY] *&amp;nbsp;Sheet1[SP] )&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 05:05:56 GMT</pubDate>
    <dc:creator>saurabhtd</dc:creator>
    <dc:date>2024-01-12T05:05:56Z</dc:date>
    <item>
      <title>Measure that Adds a Measure's Result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3634891#M140608</link>
      <description>&lt;P&gt;Hi, good day!&lt;/P&gt;&lt;P&gt;I am currently working on obtaining the total sales for our company. For me, the easiest way to calculate the total sales is by adding a new column [New Column = SP * QTY]. However, I don't want to use a new column because I need to apply this calculation to each partition of the Fact Table in SSAS, and we already have a lot of partitions.&lt;/P&gt;&lt;P&gt;That's why I need your help. Is there any way to use a measure for this?&lt;BR /&gt;&lt;BR /&gt;Here's the sample:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure to get the Sales &amp;gt;&amp;gt; Sales = SUM(Sheet1[QTY]) * SUM(Sheet1[SP])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And now I want to add the Sales by Group,&lt;BR /&gt;but I don't know how to create a measure to get 2850 &amp;amp; 3650.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;(In this pic, I used a calculated column not measure)&lt;BR /&gt;&lt;BR /&gt;Can somebody help me?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 04:05:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3634891#M140608</guid>
      <dc:creator>Nnamarie_1997</dc:creator>
      <dc:date>2024-01-12T04:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Measure that Adds a Measure's Result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3634947#M140612</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="332134" data-lia-user-login="Nnamarie_1997" class="lia-mention lia-mention-user"&gt;Nnamarie_1997&lt;/a&gt;&amp;nbsp;You can use below measure. This measure will give the result what you are looking. Since SUMX does row wise calculation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;sales = SUMX(sheet1,&amp;nbsp;Sheet1[QTY] *&amp;nbsp;Sheet1[SP] )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 05:05:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3634947#M140612</guid>
      <dc:creator>saurabhtd</dc:creator>
      <dc:date>2024-01-12T05:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Measure that Adds a Measure's Result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3635079#M140621</link>
      <description>&lt;P&gt;Thanks a lot,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478644" data-lia-user-login="saurabhtd" class="lia-mention lia-mention-user"&gt;saurabhtd&lt;/a&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 06:27:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-that-Adds-a-Measure-s-Result/m-p/3635079#M140621</guid>
      <dc:creator>Nnamarie_1997</dc:creator>
      <dc:date>2024-01-12T06:27:48Z</dc:date>
    </item>
  </channel>
</rss>

