<?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: Aggregating data across rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576510#M31463</link>
    <description>&lt;P&gt;I looked at your pbix.&amp;nbsp; It is similar but different from the pics you show.&amp;nbsp; I wasn't able to match what you are showing, so it is hard to troubleshoot it.&amp;nbsp; Also, there are so many columns.&amp;nbsp; You definitely should unpivot these data and simplify your model to make your analysis/visualization easier.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2020 14:16:47 GMT</pubDate>
    <dc:creator>mahoneypat</dc:creator>
    <dc:date>2020-12-31T14:16:47Z</dc:date>
    <item>
      <title>Aggregating data across rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1575256#M31429</link>
      <description />
      <pubDate>Thu, 31 Dec 2020 14:57:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1575256#M31429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-31T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating data across rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1575263#M31430</link>
      <description>&lt;P&gt;You want to follow the &lt;A href="https://www.daxpatterns.com/cumulative-total/" target="_self"&gt;running total DAX pattern&lt;/A&gt;.&amp;nbsp; Your measure should look something like this...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE(
	SUM([Value]),
	FILTER(
		ALL(Calendar],
		Calendar[Date] &amp;lt;= MAX(Calendar[Date])
	)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Dec 2020 16:00:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1575263#M31430</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2020-12-30T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating data across rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576123#M31459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="17198" data-lia-user-login="littlemojopuppy" class="lia-mention lia-mention-user"&gt;littlemojopuppy&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. As you can see in my shared link to pbix file, the value shown are calculated using measure. The name of the measure is "sales ltm". So because of this I'm not able to use SUM() function as it does not take measure value.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 07:36:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576123#M31459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-31T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating data across rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576510#M31463</link>
      <description>&lt;P&gt;I looked at your pbix.&amp;nbsp; It is similar but different from the pics you show.&amp;nbsp; I wasn't able to match what you are showing, so it is hard to troubleshoot it.&amp;nbsp; Also, there are so many columns.&amp;nbsp; You definitely should unpivot these data and simplify your model to make your analysis/visualization easier.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 14:16:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576510#M31463</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-12-31T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating data across rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576525#M31466</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;so in place of the SUM([Value]) insert the name of the measure&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 14:31:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregating-data-across-rows/m-p/1576525#M31466</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2020-12-31T14:31:16Z</dc:date>
    </item>
  </channel>
</rss>

