<?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: Column A Sum based on Column B Dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3523728#M135380</link>
    <description>&lt;P&gt;Thanks&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;, This appears to be working to an extent. But when I try and filter with my Calander table it wont show anything past 'todays' data?&lt;/P&gt;&lt;P&gt;If I dont filter, it shows the total correctly of past, present and future. I have added a image to hopefully clarify. I appreacitate your help, This is all a new learning&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 22:57:26 GMT</pubDate>
    <dc:creator>Napes001</dc:creator>
    <dc:date>2023-11-08T22:57:26Z</dc:date>
    <item>
      <title>Column A Sum based on Column B Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3521343#M135263</link>
      <description>&lt;P&gt;Im trying to get the measure sum of a column from a table by the dates of the second column and display as sum which is then filtered by the date calander.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Ordered Amount&lt;/TD&gt;&lt;TD&gt;Delivery Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$150&lt;/TD&gt;&lt;TD&gt;01-01-2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$75&lt;/TD&gt;&lt;TD&gt;15-02-2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$20&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$25&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$100&lt;/TD&gt;&lt;TD&gt;20-01-2023&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The return should be $325, Which then should be able to be filtered down further by a slicer date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 05:12:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3521343#M135263</guid>
      <dc:creator>Napes001</dc:creator>
      <dc:date>2023-11-08T05:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column A Sum based on Column B Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3521403#M135268</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="642901" data-lia-user-login="Napes001" class="lia-mention lia-mention-user"&gt;Napes001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you say more about your expectation, ideally with expected result table?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 05:44:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3521403#M135268</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-11-08T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Column A Sum based on Column B Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3521607#M135276</link>
      <description>&lt;P&gt;The table columns are similar to the above table with blank dates. The expected result would be: SUM of "Ordered Amount" with dates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So based on the table on the original post, My expectation is that the result would be $325 - only sum of Ordered Amoiunt that has delivery dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would then be able to be filtered with the Date calander. IE: Filter by Jan 2023 = $250, Feb = $75 = March = $0.00, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this makes sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 07:07:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3521607#M135276</guid>
      <dc:creator>Napes001</dc:creator>
      <dc:date>2023-11-08T07:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Column A Sum based on Column B Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3522260#M135301</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="642901" data-lia-user-login="Napes001" class="lia-mention lia-mention-user"&gt;Napes001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to plot the month column with a measure like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;measure = 
CALCULATE(
    SUM(data[Ordered Amount]),    
    data[Delivery Date]&amp;lt;&amp;gt;BLANK()
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it worked like:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 11:11:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3522260#M135301</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-11-08T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Column A Sum based on Column B Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3523728#M135380</link>
      <description>&lt;P&gt;Thanks&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;, This appears to be working to an extent. But when I try and filter with my Calander table it wont show anything past 'todays' data?&lt;/P&gt;&lt;P&gt;If I dont filter, it shows the total correctly of past, present and future. I have added a image to hopefully clarify. I appreacitate your help, This is all a new learning&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 22:57:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3523728#M135380</guid>
      <dc:creator>Napes001</dc:creator>
      <dc:date>2023-11-08T22:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Column A Sum based on Column B Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3526715#M135513</link>
      <description>&lt;P&gt;I figured out the issue, I had an inactive date relationship. Added in the USERELATIONSHIP and it now works correctly. thank you for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 03:01:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Column-A-Sum-based-on-Column-B-Dates/m-p/3526715#M135513</guid>
      <dc:creator>Napes001</dc:creator>
      <dc:date>2023-11-10T03:01:33Z</dc:date>
    </item>
  </channel>
</rss>

