<?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: Query on a calculation measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009957#M157743</link>
    <description>&lt;P&gt;Perfect thank you. Will do.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 23:23:33 GMT</pubDate>
    <dc:creator>gbarr12345</dc:creator>
    <dc:date>2024-06-25T23:23:33Z</dc:date>
    <item>
      <title>Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009876#M157739</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a query on a measure that I wrote.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a measure that adds up numbers from&amp;nbsp; 2 fields from 2 different tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fields are called '9LE' from the Module Sales with Inventory Table and '9LE' from the Warehouse Data Tasman Table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote the measure and no error came up but when I pull the measure in, the result is off by a very small number as per my screenshot. The third number doesn't add up to the first 2 numbers combined.&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;&lt;P&gt;Can anybody see any issues with my measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BC &amp;amp; Tas &lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;LE =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Module Sales with Inventory'&lt;/SPAN&gt;&lt;SPAN&gt; ,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Module Sales with Inventory'&lt;/SPAN&gt;&lt;SPAN&gt;[9le]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;) +&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Warehouse Data Tasman'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Warehouse Data Tasman'&lt;/SPAN&gt;&lt;SPAN&gt;[9LE]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 22:02:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009876#M157739</guid>
      <dc:creator>gbarr12345</dc:creator>
      <dc:date>2024-06-25T22:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009904#M157740</link>
      <description>&lt;P&gt;I don't see an issue but check the rounding on both sums. Or change it to BC&amp;amp; Tas 9LE = SUM(&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Module Sales with Inventory'&lt;/SPAN&gt;&lt;SPAN&gt;[9le]) + SUM('Warehouse Data Tasman'[9LE])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 22:24:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009904#M157740</guid>
      <dc:creator>ray_aramburo</dc:creator>
      <dc:date>2024-06-25T22:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009939#M157741</link>
      <description>&lt;P&gt;Ah yes apologies, it seems it was a rounding issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All sorted now thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 22:44:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009939#M157741</guid>
      <dc:creator>gbarr12345</dc:creator>
      <dc:date>2024-06-25T22:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009951#M157742</link>
      <description>&lt;P&gt;Also, do as &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="575409" data-lia-user-login="ray_aramburo" class="lia-mention lia-mention-user"&gt;ray_aramburo&lt;/a&gt;&amp;nbsp; suggested. I dont see a need to use SUMX when you're simply summing the whole column.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 23:18:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009951#M157742</guid>
      <dc:creator>danextian</dc:creator>
      <dc:date>2024-06-25T23:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009957#M157743</link>
      <description>&lt;P&gt;Perfect thank you. Will do.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 23:23:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4009957#M157743</guid>
      <dc:creator>gbarr12345</dc:creator>
      <dc:date>2024-06-25T23:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4010160#M157781</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724440" data-lia-user-login="gbarr12345" class="lia-mention lia-mention-user"&gt;gbarr12345&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;First of all, many thanks to &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="575409" data-lia-user-login="ray_aramburo" class="lia-mention lia-mention-user"&gt;ray_aramburo&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15697" data-lia-user-login="danextian" class="lia-mention lia-mention-user"&gt;danextian&lt;/a&gt;&amp;nbsp; for very quick and effective replies.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on the description, you seem to have solved the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If solving the problem, &lt;SPAN&gt;please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wisdom Wu&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 02:14:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4010160#M157781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-26T02:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Query on a calculation measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4010168#M157783</link>
      <description>&lt;P&gt;Yeah the problem is solved now thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've accepted it as a solution now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 02:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-on-a-calculation-measure/m-p/4010168#M157783</guid>
      <dc:creator>gbarr12345</dc:creator>
      <dc:date>2024-06-26T02:18:03Z</dc:date>
    </item>
  </channel>
</rss>

