<?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: Total incorrect using 2 different Fact tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4725641#M181011</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17992" target="_blank" rel="noopener"&gt;@pokdbz&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We wanted to kindly follow up to&amp;nbsp;check if the solution provided by the user resolved your issue.&lt;BR /&gt;If any response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jun 2025 11:55:17 GMT</pubDate>
    <dc:creator>v-achippa</dc:creator>
    <dc:date>2025-06-09T11:55:17Z</dc:date>
    <item>
      <title>Total incorrect using 2 different Fact tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4710711#M180404</link>
      <description>&lt;P&gt;This shows correct Day Values but wrong Total&lt;/P&gt;&lt;P&gt;Variance vs. Fin Fcst $ =&lt;/P&gt;&lt;P&gt;IF ( ISBLANK ( [Actual] ), BLANK (), [Actual] - [Financial Forecast] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This shows correct Total but wrong days&lt;/P&gt;&lt;P&gt;Variance vs. Fin Fcst $ 2 =&lt;/P&gt;&lt;P&gt;SUMX (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Calendar',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( ISBLANK ( [Actual] ), BLANK (), [Actual] - [Financial Forecast] )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actual is off this FACT table ‘Daily Sales POS’&lt;/P&gt;&lt;P&gt;Financial Forecast this is off FACT table ‘SalesProj’&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot get the total to come out correctly using SUMX because the 2 values are based off of 2 different table tables.&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>Wed, 28 May 2025 15:24:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4710711#M180404</guid>
      <dc:creator>pokdbz</dc:creator>
      <dc:date>2025-05-28T15:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Total incorrect using 2 different Fact tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4710766#M180405</link>
      <description>&lt;P&gt;I think adding some logic to check for the total row will help you pull these things together.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a video from Pragmatic Works about this:&lt;A href="https://youtu.be/KNkLIUIb2Lo?si=EXneUCo6jWzMmTR3" target="_blank"&gt;&amp;nbsp;&lt;/A&gt;&lt;A href="https://www.youtube.com/watch?v=KNkLIUIb2Lo&amp;amp;list=PLkjkiUGz7rFXqCLPjM13WLpB-SZqgbjNa&amp;amp;index=52" target="_blank" rel="noopener"&gt;How to Solve the Total Row with DAX in Power BI Desktop - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;BR /&gt;IF(HASONEVALUE(Calendar[Date]),&amp;nbsp;&lt;SPAN&gt;[Actual] - [Financial Forecast],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SUMX('Calendar',&amp;nbsp;[Actual] - [Financial Forecast])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 16:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4710766#M180405</guid>
      <dc:creator>d_m_LNK</dc:creator>
      <dc:date>2025-05-28T16:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Total incorrect using 2 different Fact tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4717197#M180677</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="17992" data-lia-user-login="pokdbz" class="lia-mention lia-mention-user"&gt;pokdbz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="985487" data-lia-user-login="d_m_LNK" class="lia-mention lia-mention-user"&gt;d_m_LNK&lt;/a&gt;&amp;nbsp;for the prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to&amp;nbsp;check if the solution provided by the user resolved your issue?&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;If any response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 15:24:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4717197#M180677</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-02T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Total incorrect using 2 different Fact tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4721519#M180837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17992" target="_blank"&gt;@pokdbz&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to&amp;nbsp;check if the solution provided by the user resolved your issue.&lt;BR /&gt;If any response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 13:13:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4721519#M180837</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-05T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Total incorrect using 2 different Fact tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4725641#M181011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17992" target="_blank" rel="noopener"&gt;@pokdbz&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We wanted to kindly follow up to&amp;nbsp;check if the solution provided by the user resolved your issue.&lt;BR /&gt;If any response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 11:55:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-incorrect-using-2-different-Fact-tables/m-p/4725641#M181011</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-09T11:55:17Z</dc:date>
    </item>
  </channel>
</rss>

