<?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: Summing a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140768#M112140</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Greater than 3 Days =&lt;BR /&gt;SUMX ( VALUES ( 'Table'[Name] ), IF ( [NetworkingDays] &amp;gt; 3, 0, 1 ) )&lt;/P&gt;</description>
    <pubDate>Sun, 19 Mar 2023 14:21:23 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-03-19T14:21:23Z</dc:date>
    <item>
      <title>Summing a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140766#M112139</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi All, Hope everyone is having a good weekend.&lt;/P&gt;&lt;P&gt;I am having a hard time summing a measure, hoping someone can help me.&lt;/P&gt;&lt;P&gt;The measure I have on a metrix visual is:&lt;/P&gt;&lt;P&gt;Greater than 3 Days = IF([NetworkingDays] &amp;gt; 3, 0, 1)&lt;/P&gt;&lt;P&gt;This works as you can see from below table hightlighted in yellow, however, I want to make the column sum and I can't figure it out. Right now it totals 0. Can someone help me modify the formula so it totals 4 like below in Red?&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, 19 Mar 2023 14:10:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140766#M112139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-19T14:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140768#M112140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Greater than 3 Days =&lt;BR /&gt;SUMX ( VALUES ( 'Table'[Name] ), IF ( [NetworkingDays] &amp;gt; 3, 0, 1 ) )&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 14:21:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140768#M112140</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-19T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140782#M112141</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;There is a problem here is the result I get. I should have mentioned that each record is in the data multiple times.&lt;BR /&gt;Is there any way to fix it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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, 19 Mar 2023 14:48:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140782#M112141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-19T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140865#M112149</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;First, please vote for this idea: &lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e" target="_blank"&gt;https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This looks like a measure totals problem. Very common. See my post about it here: &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also: &lt;A href="https://youtu.be/uXRriTN0cfY" target="_blank"&gt;https://youtu.be/uXRriTN0cfY&lt;/A&gt;&lt;BR /&gt;And: &lt;A href="https://youtu.be/n4TYhF2ARe8" target="_blank"&gt;https://youtu.be/n4TYhF2ARe8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 17:41:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140865#M112149</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-19T17:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140891#M112153</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What DAX have you used? Can you paste a screenshot?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 18:15:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140891#M112153</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-19T18:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140893#M112154</link>
      <description>&lt;P&gt;Its now fixed because I used the column you showed me how to do in the last post. THANK YOU!!!!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 18:16:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-measure/m-p/3140893#M112154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-19T18:16:47Z</dc:date>
    </item>
  </channel>
</rss>

