<?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: Incorrect Sum of Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374169#M61060</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is obvious that there is a filter coming from somewhere that is filtering only the row that contains the value 13. Check other visuals, slicers and the filter panel. Also make sure that the code is just a simple SUM with no filters or conditions&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2022 06:09:11 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-03-04T06:09:11Z</dc:date>
    <item>
      <title>Incorrect Sum of Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374062#M61052</link>
      <description>&lt;P&gt;Hello, I am hoping you can help me with this. I was building a dashboard for a client and I want to sum the&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;*unplanned Total Exceptions OPS column. the sum should be 568 but when I use measure for sum and I applied it on a card visual, the result is 13. can someone please give me an idea why is this happening? Thank you in advance!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;&lt;img /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 04:31:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374062#M61052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-04T04:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum of Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374096#M61056</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you just want to display the sum of the column in a Card, just drag the column into the field. Did it not work? Or there are other slicers or filters filtering the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 05:34:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374096#M61056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-04T05:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum of Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374134#M61058</link>
      <description>&lt;P&gt;You can also hover on the funnel on the top right of the Card to see if there is any filter affecting the visual&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;</description>
      <pubDate>Fri, 04 Mar 2022 05:57:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374134#M61058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-04T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum of Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374169#M61060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is obvious that there is a filter coming from somewhere that is filtering only the row that contains the value 13. Check other visuals, slicers and the filter panel. Also make sure that the code is just a simple SUM with no filters or conditions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 06:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2374169#M61060</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-04T06:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum of Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2380617#M61494</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's your measure?&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;CALCULATE(SUM('Table' [&lt;SPAN&gt;unplanned Total Exceptions OPS&lt;/SPAN&gt;], ALL('Table')))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Stephen Tao&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;STRONG&gt;&lt;EM&gt; Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 07:56:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Sum-of-Column/m-p/2380617#M61494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-08T07:56:22Z</dc:date>
    </item>
  </channel>
</rss>

