<?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: Incorrect measure totals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252598#M54298</link>
    <description>&lt;P&gt;Thanks, this video was very insightful and helpful. The suggestion someone else posted worked so I didn't try this myself but helped me understand the relationships better.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 19:25:05 GMT</pubDate>
    <dc:creator>Novembur</dc:creator>
    <dc:date>2021-12-22T19:25:05Z</dc:date>
    <item>
      <title>Incorrect measure totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252131#M54254</link>
      <description>&lt;P&gt;Hello, I have two tables I'm using in this visual. [Alt_Prices] &amp;amp; [Order status]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alt_Prices only has: Alt_Price_2 in this visual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Order Status has: Qty_Ordered &amp;amp; Description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to omit all of these and replace them with the measure Alt_Price_2 x Qty_Ordered. All I need is the total value, not a breakdown of where the values came from. However, it seems to be taking the total quantity summed up &amp;amp; multiplying that value by the alternate price rather than multiplying by the values directly.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'd ideally like the value showing "$2,280.00" to show "$240.00" instead. I've tried some variations of SUMX but I seem to be missing the insight on how to use it properly (if that is even the best method). Any ideas on how best to get the correct total? Any help would be greatly appreciated, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 14:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252131#M54254</guid>
      <dc:creator>Novembur</dc:creator>
      <dc:date>2021-12-22T14:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect measure totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252219#M54260</link>
      <description>&lt;P&gt;Check out this video:&amp;nbsp;&lt;A href="https://youtu.be/Rii_6qkLNh8" target="_blank"&gt;https://youtu.be/Rii_6qkLNh8&lt;/A&gt;&lt;BR /&gt;It helped me when I ran into the exact same issue!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 14:51:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252219#M54260</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2021-12-22T14:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect measure totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252523#M54288</link>
      <description>&lt;P&gt;Does this work for you?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SUMX ( Table1, Table1[QTY_ORDERED] * Table1[ALT_PRICE_2] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 17:57:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252523#M54288</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-12-22T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect measure totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252598#M54298</link>
      <description>&lt;P&gt;Thanks, this video was very insightful and helpful. The suggestion someone else posted worked so I didn't try this myself but helped me understand the relationships better.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 19:25:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252598#M54298</guid>
      <dc:creator>Novembur</dc:creator>
      <dc:date>2021-12-22T19:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect measure totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252601#M54300</link>
      <description>&lt;P&gt;Yes, this was exactly what I needed thank you. Will use this logic to help solve my other similar issues on this project. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My only note for future users who make look at this post. In the example above [alt price] would be table 2, not 1 for this sequence.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 19:29:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-measure-totals/m-p/2252601#M54300</guid>
      <dc:creator>Novembur</dc:creator>
      <dc:date>2021-12-22T19:29:08Z</dc:date>
    </item>
  </channel>
</rss>

