<?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: Single result now showing, all other results correct in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4407887#M175023</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;Based on your description and the dax expression provided, we ran some tests and the dax code you created works fine when AANTALBIJ is located in the erpARTIKEL table, or when there is a one-to-one relationship between the erpARTIKEL and erpVOORRAADMUTATIES tables.&lt;BR /&gt;However, we notice that your last code uses expressions across tables for calculations, so that we need to take into account the relationship between the two tables.&lt;BR /&gt;So, can you provide the complete example data including the relationship between the tables or the pbix file so that we can help you faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Best regards,&lt;BR /&gt;Albert He&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;post&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;helps, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 01:46:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-13T01:46:05Z</dc:date>
    <item>
      <title>Single result now showing, all other results correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4406570#M174945</link>
      <description>&lt;P&gt;Hi, I have made a report that works fine except the last row. For some reason, the final row does not end up correctly in the formula in the final column. Remarkably, the number 40 is included in the total of the column so that shows me it is an actual number. The result in the final column should be 0,95 x 0,68 x 40 = 26, but instead it is blank. In all other rows i do get a proper result. The data looks normal, so what could cause this?&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>Wed, 12 Feb 2025 08:38:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4406570#M174945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-12T08:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Single result now showing, all other results correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4406575#M174946</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, Can you share your dax code&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 08:43:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4406575#M174946</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-02-12T08:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Single result now showing, all other results correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4406590#M174947</link>
      <description>&lt;P&gt;Of course, first i calculate:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;daxFgas_CO2 = IF(erpARTIKEL[VVKOUDEMIDDEL] = "R32", 0.675, IF(erpARTIKEL[VVKOUDEMIDDEL] = "R410a", 2.088, 0))&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Next, this is used in calculating&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;daxCO2_amount = sum(erpARTIKEL[daxFgas_CO2]) * SUM(erpARTIKEL[VVVERACFGAS])&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;which in turn is used to calculate&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;daxCO2 = SUMX(erpVOORRAADMUTATIES, erpVOORRAADMUTATIES[AANTALBIJ] * [daxCO2_amount])&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Feb 2025 08:50:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4406590#M174947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-12T08:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Single result now showing, all other results correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4407887#M175023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;Based on your description and the dax expression provided, we ran some tests and the dax code you created works fine when AANTALBIJ is located in the erpARTIKEL table, or when there is a one-to-one relationship between the erpARTIKEL and erpVOORRAADMUTATIES tables.&lt;BR /&gt;However, we notice that your last code uses expressions across tables for calculations, so that we need to take into account the relationship between the two tables.&lt;BR /&gt;So, can you provide the complete example data including the relationship between the tables or the pbix file so that we can help you faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Best regards,&lt;BR /&gt;Albert He&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;post&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;helps, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 01:46:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Single-result-now-showing-all-other-results-correct/m-p/4407887#M175023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-13T01:46:05Z</dc:date>
    </item>
  </channel>
</rss>

