<?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: HELP WITH SUM FORMULA in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167715#M114051</link>
    <description>&lt;P&gt;After looking at the data again, I still need help. If I look at it by month, the months where there are no portfolios are blank, I need these to also show $5k. Can you please help?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Apr 2023 12:06:01 GMT</pubDate>
    <dc:creator>robg89</dc:creator>
    <dc:date>2023-04-02T12:06:01Z</dc:date>
    <item>
      <title>HELP WITH SUM FORMULA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167667#M114046</link>
      <description>&lt;P&gt;I need urgent help on a SUM formula please!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to make a matrix table which sums up a number for the entire year, even when the table shows quarterly periods.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, there is $5k of sales to renew across the whole of 2022, with differing amounts per quarter. I would like the output of my formula to show $5k for each of the quarters and not their individual portfolio . I have added the formula below which I thought should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added a summary of the data below, thanks in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 11:18:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167667#M114046</guid>
      <dc:creator>robg89</dc:creator>
      <dc:date>2023-04-02T11:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH SUM FORMULA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167682#M114048</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="346257" data-lia-user-login="robg89" class="lia-mention lia-mention-user"&gt;robg89&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to plot the a like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Amount = 
CALCULATE(
	SUM(Table1[Portfolio]),
	FILTER(
		ALL(Table1[Qtr]),
		YEAR(Table1[Qtr])=YEAR(MAX(Table1[Qtr]))
	)
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 11:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167682#M114048</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-02T11:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH SUM FORMULA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167715#M114051</link>
      <description>&lt;P&gt;After looking at the data again, I still need help. If I look at it by month, the months where there are no portfolios are blank, I need these to also show $5k. Can you please help?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 12:06:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167715#M114051</guid>
      <dc:creator>robg89</dc:creator>
      <dc:date>2023-04-02T12:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH SUM FORMULA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167734#M114053</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="346257" data-lia-user-login="robg89" class="lia-mention lia-mention-user"&gt;robg89&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could provide your updated data table?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 12:19:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167734#M114053</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-02T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH SUM FORMULA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167735#M114054</link>
      <description>&lt;P&gt;The data hasn't changed. I am trying to look at the portfolio values monthly therefore in the above example, I would like to see $5k in every month.&lt;BR /&gt;&lt;BR /&gt;To put in to practical terms, at the start of the year (opening portfolio) I have $5k,this renews across 4 quarters. Every month we have sales adding to the portfolio but I want the opening portfolio to stay the same,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 12:23:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167735#M114054</guid>
      <dc:creator>robg89</dc:creator>
      <dc:date>2023-04-02T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH SUM FORMULA</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167759#M114059</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="346257" data-lia-user-login="robg89" class="lia-mention lia-mention-user"&gt;robg89&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you need another table, with all the MonthEndDate and connected with your datatable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feed your visual with&amp;nbsp;MonthEndDate column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 13:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HELP-WITH-SUM-FORMULA/m-p/3167759#M114059</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-02T13:12:14Z</dc:date>
    </item>
  </channel>
</rss>

