<?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 Sum column values based on another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-values-based-on-another-column/m-p/2679284#M80170</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this data and I want to sum "Total Qty Per Request" based on the "Material Name." So I want the sum of the "Total Qty Per Request" for "Bot Bev G5," "Dexron LS Gear Oil 75W-90," etc. How would I be able to make a measure for this?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 16:19:41 GMT</pubDate>
    <dc:creator>Neftali</dc:creator>
    <dc:date>2022-08-03T16:19:41Z</dc:date>
    <item>
      <title>Sum column values based on another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-values-based-on-another-column/m-p/2679284#M80170</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this data and I want to sum "Total Qty Per Request" based on the "Material Name." So I want the sum of the "Total Qty Per Request" for "Bot Bev G5," "Dexron LS Gear Oil 75W-90," etc. How would I be able to make a measure for this?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 16:19:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-values-based-on-another-column/m-p/2679284#M80170</guid>
      <dc:creator>Neftali</dc:creator>
      <dc:date>2022-08-03T16:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum column values based on another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-values-based-on-another-column/m-p/2680901#M80285</link>
      <description>&lt;P&gt;You can create a measure like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Total Qty = SUM( 'Table'[Total Qty Per Request])&lt;/LI-CODE&gt;&lt;P&gt;and put that into a visual with the Material Name&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:09:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-column-values-based-on-another-column/m-p/2680901#M80285</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-08-04T08:09:44Z</dc:date>
    </item>
  </channel>
</rss>

