<?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 Help with filtering/ sum  by a date from a summary table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/85793#M124</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im a new user so please exuse my basic understandings to what may be a simple problem.&lt;/P&gt;&lt;P&gt;My issues is this&lt;/P&gt;&lt;P&gt;I have 2 tables 1 is a summary table that i am summarising total per day for a month. The issue i am having is sum the total of column A, column B is the date and there re mulitple of the same day. I need to return the sum of column A based on the date that is derived from the Summary table. Any suggested will be greatly apreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daryl&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 19:46:25 GMT</pubDate>
    <dc:creator>Brainscand</dc:creator>
    <dc:date>2016-11-03T19:46:25Z</dc:date>
    <item>
      <title>Help with filtering/ sum  by a date from a summary table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/85793#M124</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im a new user so please exuse my basic understandings to what may be a simple problem.&lt;/P&gt;&lt;P&gt;My issues is this&lt;/P&gt;&lt;P&gt;I have 2 tables 1 is a summary table that i am summarising total per day for a month. The issue i am having is sum the total of column A, column B is the date and there re mulitple of the same day. I need to return the sum of column A based on the date that is derived from the Summary table. Any suggested will be greatly apreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daryl&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 19:46:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/85793#M124</guid>
      <dc:creator>Brainscand</dc:creator>
      <dc:date>2016-11-03T19:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with filtering/ sum  by a date from a summary table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/3222122#M117797</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="16437" data-lia-user-login="Brainscand" class="lia-mention lia-mention-user"&gt;Brainscand&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Total hours =&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'ABCD - Лист1'&lt;/SPAN&gt;&lt;SPAN&gt;[Hours]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;('ABCD - Лист1'[Date]),[Total hours])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 May 2023 12:51:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/3222122#M117797</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-05-05T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with filtering/ sum  by a date from a summary table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/3222223#M117812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="16437" data-lia-user-login="Brainscand" class="lia-mention lia-mention-user"&gt;Brainscand&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Can please share the snap to better understanding your scenrio.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Option.&lt;BR /&gt;go to the modeling inside new table .&lt;BR /&gt;Then make it inquice summarzice value.&amp;nbsp;&lt;BR /&gt;= summarazice column ( table 1, column , column 2)..&lt;BR /&gt;. and&amp;nbsp; aside try to use the date formula for month. new column&lt;BR /&gt;= format (Date,"01-MM-YYYY"). this date formula is working by day wise data wil be calculating the month first date.&lt;BR /&gt;&lt;BR /&gt;Regrds,&lt;BR /&gt;Gokulakannan. G&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 13:25:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-filtering-sum-by-a-date-from-a-summary-table/m-p/3222223#M117812</guid>
      <dc:creator>Gokul_G16</dc:creator>
      <dc:date>2023-05-05T13:25:53Z</dc:date>
    </item>
  </channel>
</rss>

