<?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: Measure to Sum all values by another value and ignore all filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1073752#M15021</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="225412" data-lia-user-login="dfsadvantage" class="lia-mention lia-mention-user"&gt;dfsadvantage&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE(SUM(RuAtt); ALLEXCEPT(Table, Team, Opp))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark my post as a solution!&lt;BR /&gt;Ricardo&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 18:38:26 GMT</pubDate>
    <dc:creator>camargos88</dc:creator>
    <dc:date>2020-05-05T18:38:26Z</dc:date>
    <item>
      <title>Measure to Sum all values by another value and ignore all filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1073748#M15020</link>
      <description>&lt;P&gt;Looking for assitance in aggregating vales by team and populate that aggregated value for each row where team = that players team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to create measure as follows:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 18:35:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1073748#M15020</guid>
      <dc:creator>dfsadvantage</dc:creator>
      <dc:date>2020-05-05T18:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Sum all values by another value and ignore all filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1073752#M15021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="225412" data-lia-user-login="dfsadvantage" class="lia-mention lia-mention-user"&gt;dfsadvantage&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE(SUM(RuAtt); ALLEXCEPT(Table, Team, Opp))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark my post as a solution!&lt;BR /&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 18:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1073752#M15021</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-05-05T18:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Sum all values by another value and ignore all filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1074039#M15030</link>
      <description>&lt;P&gt;Didnt work for me, showed multiple rows of the same player...Here is a better description of what I am trying to do:&lt;/P&gt;&lt;P&gt;1)Calculate the Total RuAtt for each Team by summing the RuAtt for each player on that team.&lt;/P&gt;&lt;P&gt;2)Display the Total RuAtt&amp;nbsp; for each player on the corresponding team/&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 22:15:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1074039#M15030</guid>
      <dc:creator>dfsadvantage</dc:creator>
      <dc:date>2020-05-05T22:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Sum all values by another value and ignore all filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1074214#M15047</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The earlier proposed solution was close.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The duplication probably happened if they faced the same team more than once in the season.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need a calculated column:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TeamRuAtt = CALCULATE(SUM(RuAtt); ALLEXCEPT(Table, Team, Week))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 00:59:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1074214#M15047</guid>
      <dc:creator>winsterpop</dc:creator>
      <dc:date>2020-05-06T00:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Sum all values by another value and ignore all filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1074244#M15049</link>
      <description>&lt;LI-CODE lang="markup"&gt;// If the model is correct, then such a measure is easy:

[RuAtt for Team] =
	CALCULATE(
		[RuAtt], // this should be measure
		VALUES( Teams[Team] ),
		ALL( Teams )
	)
	
// But if your model is incorrect... well,
// I can't help you, I'm afraid.&lt;/LI-CODE&gt;
&lt;P&gt;A correct model is one that follows the principles of dimensional design called "star-schema."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 01:14:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1074244#M15049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-06T01:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Sum all values by another value and ignore all filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1076169#M15100</link>
      <description>&lt;P&gt;Thank you - Calculated Column was the solution. I appreciate your help..!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="40517" data-lia-user-login="winsterpop" class="lia-mention lia-mention-user"&gt;winsterpop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 13:53:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Sum-all-values-by-another-value-and-ignore-all/m-p/1076169#M15100</guid>
      <dc:creator>dfsadvantage</dc:creator>
      <dc:date>2020-05-06T13:53:44Z</dc:date>
    </item>
  </channel>
</rss>

