<?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: Running Totals Added Together to produce a forcast in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855487#M185263</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;based on the information provided, you can try creating a visual calculation to show the information.&lt;/P&gt;&lt;P&gt;Please follow below steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select your line chart&lt;/LI&gt;&lt;LI&gt;CLick on New visual Calcuation under Home Tab.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Select Custom.&lt;/P&gt;&lt;P&gt;4.rename Calculation to total and write formula below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ToTal = [P6_RT_Actual_Labor_Units]+[P6_RT_Remaining_Labor ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; The output will look like below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give Kudos or mark it as solution once resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 07:11:23 GMT</pubDate>
    <dc:creator>Praful_Potphode</dc:creator>
    <dc:date>2025-10-22T07:11:23Z</dc:date>
    <item>
      <title>Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855353#M185260</link>
      <description>&lt;P&gt;Hi, Im trying to add together 2 RT Totals but cant seem to figure it out &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a running total in one table for the Actuals (&lt;STRONG&gt;P6_PowerBI_Actual_Labor_Units)&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Calculation:&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;P6_RT_Actual_Labor_Units =&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;CALCULATE(SUM(P6_PowerBI_Actual_Labor_Units[Value]),FILTER(ALLSELECTED(PowerBI_Date[Date]),PowerBI_Date[Date]&amp;lt;=MAX(P6_PowerBI_Actual_Labor_Units[Date])))&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And another table for the remaining hours&amp;nbsp; (&lt;STRONG&gt;P6_PowerBI_Remaining_Labor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calculation:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;P6_RT_Remaining_Labor =&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;CALCULATE(SUM(P6_PowerBI_Remaining_Labor[Value]),FILTER(ALLSELECTED(PowerBI_Date[Date]),PowerBI_Date[Date]&amp;lt;=MAX(P6_PowerBI_Remaining_Labor[Date])))&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both tables are joined together with a Date table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PowerBI_Date.&lt;/STRONG&gt;&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Current results if i sum both together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Intended Result.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be appricated, Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 04:34:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855353#M185260</guid>
      <dc:creator>zl34567</dc:creator>
      <dc:date>2025-10-22T04:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855487#M185263</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;based on the information provided, you can try creating a visual calculation to show the information.&lt;/P&gt;&lt;P&gt;Please follow below steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select your line chart&lt;/LI&gt;&lt;LI&gt;CLick on New visual Calcuation under Home Tab.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Select Custom.&lt;/P&gt;&lt;P&gt;4.rename Calculation to total and write formula below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ToTal = [P6_RT_Actual_Labor_Units]+[P6_RT_Remaining_Labor ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; The output will look like below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give Kudos or mark it as solution once resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 07:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855487#M185263</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2025-10-22T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855497#M185264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;You can try using below measure&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;PK_PowerBI_Total_Forecast =&lt;BR /&gt;VAR ActualTotal =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(PowerBI_Actual_Labor[Units]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED(PowerBI_Date[Date]),&lt;BR /&gt;PowerBI_Date[Date] &amp;lt;= MAX(PowerBI_Date[Date])&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;VAR RemainingTotal =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(PowerBI_Remaining_Labor[Units]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED(PowerBI_Date[Date]),&lt;BR /&gt;PowerBI_Date[Date] &amp;lt;= MAX(PowerBI_Date[Date])&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;ActualTotal + RemainingTotal&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":military_medal:"&gt;🎖&lt;/span&gt; As a proud &lt;STRONG&gt;SuperUser&lt;/STRONG&gt; and &lt;STRONG&gt;Microsoft Partner&lt;/STRONG&gt;, we’re here to empower your data journey and the Power BI Community at large.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; Curious to explore more? &lt;SPAN&gt;&lt;A href="https://www.grazitti.com/services/data-science/solutions/data-visualization/?utm_source=community&amp;amp;utm_medium=powerbi-community&amp;amp;utm_campaign=Community-Outreach-By-Analytics" target="_blank"&gt;[Discover here]&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Let’s keep building smarter solutions together!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 07:17:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4855497#M185264</guid>
      <dc:creator>grazitti_sapna</dc:creator>
      <dc:date>2025-10-22T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4856319#M185287</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your issue been resolved?&lt;BR /&gt;If the response provided by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="546935" data-lia-user-login="grazitti_sapna" class="lia-mention lia-mention-user"&gt;grazitti_sapna&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1261729" data-lia-user-login="Praful_Potphode" class="lia-mention lia-mention-user"&gt;Praful_Potphode&lt;/a&gt;&amp;nbsp; addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 02:24:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4856319#M185287</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-10-23T02:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4858526#M185334</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just checking in -- have you had a chance to review and try the provided solution? Kindly share the status whenever you get a chance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Looking forward to your response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 05:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4858526#M185334</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-10-26T05:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4860117#M185388</link>
      <description>&lt;P&gt;Hi, Thanks for the reply, It seems to work if i have actuals on the same date but the rolling total seems to not carry on over the dates. Any ideas what i could be doing wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 02:58:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4860117#M185388</guid>
      <dc:creator>zl34567</dc:creator>
      <dc:date>2025-10-28T02:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4860122#M185389</link>
      <description>&lt;P&gt;Thats Great Thank you,&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="546935" data-lia-user-login="grazitti_sapna" class="lia-mention lia-mention-user"&gt;grazitti_sapna&lt;/a&gt;&amp;nbsp;Would there be a way to stop the lines at their own MAX Dates?&lt;BR /&gt;Rather than running they through every date in the date table? The max end date would be equal to the max remaining date&lt;BR /&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>Tue, 28 Oct 2025 03:57:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4860122#M185389</guid>
      <dc:creator>zl34567</dc:creator>
      <dc:date>2025-10-28T03:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4860127#M185390</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can handle it using IF condition.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ToTal = IF(ISBLANK([P6_RT_Actual_Labor_Units]),
BLANK(),//blank is an example you can put the output you want here
[P6_RT_Actual_Labor_Units]+[P6_RT_Remaining_Labor ]
)&lt;/LI-CODE&gt;&lt;P&gt;this will stop the line when there are no actuals.you can experiment with these calculations based on what outcome you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give kudos or mark it as solution once confirmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 03:51:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4860127#M185390</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2025-10-28T03:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4861425#M185433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue happens because your current DAX only calculates running totals for dates found in both tables. If Actuals or Remaining Labor is blank, the cumulative line stops instead of continuing the total.&lt;/P&gt;
&lt;P&gt;To fix this, use the COALESCE() function rather than IF(ISBLANK()).&lt;BR /&gt;COALESCE() will replace blanks with zero, so the cumulative forecast remains consistent even when dates are missing in one of the tables.&lt;/P&gt;
&lt;P&gt;Here’s the revised measure to try:&lt;BR /&gt;&lt;SPAN&gt;RT Total Forecast =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR ActualRT = [P6_RT_Actual_Labor_Units]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR RemainingRT = [P6_RT_Remaining_Labor]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;COALESCE(ActualRT, 0) + COALESCE(RemainingRT, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;If you want the line to stop after the final available date (when both Actuals and Remaining are blank), you can extend it like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RT Total Forecast =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR ActualRT = [P6_RT_Actual_Labor_Units]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR RemainingRT = [P6_RT_Remaining_Labor]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR HasData =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NOT ISBLANK([P6_PowerBI_Actual_Labor_Units[Value]]) ||&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NOT ISBLANK([P6_PowerBI_Remaining_Labor[Value]])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;HasData,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;COALESCE(ActualRT, 0) + COALESCE(RemainingRT, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;This will Keep the cumulative forecast line continuous over all valid dates. Handle blanks gracefully. Stop automatically after the last available data point.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thankyou and continue using Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 09:23:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4861425#M185433</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-10-29T09:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4863886#M185505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I wanted to follow up on our previous suggestions regarding the issue. We would love to hear back from you to ensure we can assist you further.&lt;/SPAN&gt;&lt;SPAN data-teams="true"&gt;Please let us know if there’s anything else we can do to help.&lt;BR /&gt;&lt;/SPAN&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 04:27:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4863886#M185505</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-11-01T04:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4864692#M185527</link>
      <description>&lt;P&gt;hI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882995" data-lia-user-login="v-sgandrathi" class="lia-mention lia-mention-user"&gt;v-sgandrathi&lt;/a&gt;&amp;nbsp;, Thanks for the help when i copied it in the second dax code has an error,&lt;BR /&gt;have i missed something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Mon, 03 Nov 2025 07:35:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4864692#M185527</guid>
      <dc:creator>zl34567</dc:creator>
      <dc:date>2025-11-03T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4866635#M185580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724477" data-lia-user-login="zl34567" class="lia-mention lia-mention-user"&gt;zl34567&lt;/a&gt;,&lt;BR /&gt;Thank you for using Microsoft Fabric Communtiy forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This error occurs because DAX does not permit direct column references like [Table[Column]] within a measure. To resolve this, you should use an aggregation function, such as SUM(), within a CALCULATE() statement.&lt;BR /&gt;&lt;BR /&gt;RT Total Forecast =&lt;BR /&gt;VAR ActualRT = [P6_RT_Actual_Labor_Units]&lt;BR /&gt;VAR RemainingRT = [P6_RT_Remaining_Labor]&lt;BR /&gt;VAR HasData =&lt;BR /&gt;NOT (&lt;BR /&gt;ISBLANK ( CALCULATE ( SUM ( P6_PowerBI_Actual_Labor_Units[Value] ) ) ) &amp;amp;&amp;amp;&lt;BR /&gt;ISBLANK ( CALCULATE ( SUM ( P6_PowerBI_Remaining_Labor[Value] ) ) )&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;HasData,&lt;BR /&gt;COALESCE ( ActualRT, 0 ) + COALESCE ( RemainingRT, 0 )&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 04:49:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4866635#M185580</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-11-05T04:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals Added Together to produce a forcast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4866642#M185581</link>
      <description>&lt;P&gt;Thats Great Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 04:57:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-Added-Together-to-produce-a-forcast/m-p/4866642#M185581</guid>
      <dc:creator>zl34567</dc:creator>
      <dc:date>2025-11-05T04:57:15Z</dc:date>
    </item>
  </channel>
</rss>

