<?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: Sum of column where other column = &amp;quot;Other&amp;quot; in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383162#M61658</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am looking to pull the total waste weight ton (ton) where waste type = Other&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 09:26:43 GMT</pubDate>
    <dc:creator>LewisFoulger</dc:creator>
    <dc:date>2022-03-09T09:26:43Z</dc:date>
    <item>
      <title>Sum of column where other column = "Other"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383119#M61651</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to DAX and am looking to create a measure that shows the sum of the weight which is not being recycled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this is how its done below but nothing is returning, calculate the sum but filter out "Other" (which is what is not being recycled).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I thought:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Non-Recyclable Waste = CALCULATE(SUM('Sims Waste Certificates'[Waste Weight (Ton)]),FILTER('Sims Waste Certificates',[Waste Type] = "Other"))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All help is appreciated! Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:11:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383119#M61651</guid>
      <dc:creator>LewisFoulger</dc:creator>
      <dc:date>2022-03-09T09:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of column where other column = "Other"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383150#M61655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365040" data-lia-user-login="LewisFoulger" class="lia-mention lia-mention-user"&gt;LewisFoulger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The thing which you put in filter condition is case sensitive so please make sure you have write "Other" correctly(with proper case) and you can try below code:-&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Non-Recyclable Waste = CALCULATE(SUM('Sims Waste Certificates'[Waste Weight (Ton)]),'Sims Waste Certificates'[Waste Type] = "Other")&lt;/LI-CODE&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Non-Recyclable Waste = CALCULATE(SUM('Sims Waste Certificates'[Waste Weight (Ton)]),FILTER(all('Sims Waste Certificates'[Waste Type]),Sims Waste Certificates[Waste Type] = "Other"))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Samarth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:20:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383150#M61655</guid>
      <dc:creator>Samarth_18</dc:creator>
      <dc:date>2022-03-09T09:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of column where other column = "Other"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383158#M61657</link>
      <description>&lt;P&gt;Hi Samarth_18,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried both and it returns "1". What I am looking for is to return the total weight of every item labelled "Other", maybe I am doing something completely different?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:24:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383158#M61657</guid>
      <dc:creator>LewisFoulger</dc:creator>
      <dc:date>2022-03-09T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of column where other column = "Other"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383162#M61658</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am looking to pull the total waste weight ton (ton) where waste type = Other&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:26:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383162#M61658</guid>
      <dc:creator>LewisFoulger</dc:creator>
      <dc:date>2022-03-09T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of column where other column = "Other"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383178#M61661</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365040" data-lia-user-login="LewisFoulger" class="lia-mention lia-mention-user"&gt;LewisFoulger&lt;/a&gt;&amp;nbsp;Based on datasnapshot you shared. Can you convert your measure to decimal number like below. Since your data for other is in few pointers only.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-column-where-other-column-quot-Other-quot/m-p/2383178#M61661</guid>
      <dc:creator>Samarth_18</dc:creator>
      <dc:date>2022-03-09T09:32:30Z</dc:date>
    </item>
  </channel>
</rss>

