<?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: Forecast of the end of hours based on recent consumption in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4012312#M158002</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="755903" data-lia-user-login="josegracaaxians" class="lia-mention lia-mention-user"&gt;josegracaaxians&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can add a measure like below, I&amp;nbsp;assuming that they work 6 hours a day:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Forecast = 
VAR _WORKDAY = [Horas Remanescentes] / 6
RETURN
    SELECTEDVALUE ( 'Table'[date] ) + _WORKDAY
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Final output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If it does not help, please provide more details with your desired out put and pbix file without privacy information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ada Wang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 02:23:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-27T02:23:51Z</dc:date>
    <item>
      <title>Forecast of the end of hours based on recent consumption</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4010901#M157878</link>
      <description>&lt;P&gt;Hello Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the HR data of their work hours, and the contracted hours, and I wanted to forecast based on recent consumption (3 or 6 months)&amp;nbsp; when the contracted hours will end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Horas Remanescentes =&lt;/SPAN&gt; &lt;SPAN&gt;[Horas Contratadas]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[Horas realizadas]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Horas realizadas =&lt;/SPAN&gt; &lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Eventos&lt;/SPAN&gt;&lt;SPAN&gt;[Horas]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Horas Contratadas =&lt;/SPAN&gt; &lt;SPAN&gt;51840 ( Its given)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 09:18:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4010901#M157878</guid>
      <dc:creator>josegracaaxians</dc:creator>
      <dc:date>2024-06-26T09:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast of the end of hours based on recent consumption</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4012312#M158002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="755903" data-lia-user-login="josegracaaxians" class="lia-mention lia-mention-user"&gt;josegracaaxians&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can add a measure like below, I&amp;nbsp;assuming that they work 6 hours a day:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Forecast = 
VAR _WORKDAY = [Horas Remanescentes] / 6
RETURN
    SELECTEDVALUE ( 'Table'[date] ) + _WORKDAY
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Final output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If it does not help, please provide more details with your desired out put and pbix file without privacy information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ada Wang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 02:23:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4012312#M158002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-27T02:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast of the end of hours based on recent consumption</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4013205#M158059</link>
      <description>&lt;P&gt;What 'm looking for is a measure that, based on recent consumption of hours, show me the hours made and so that I can see where the forecast equals the "Horas contratadas" by perfis ( profile description)&lt;/P&gt;&lt;P&gt;and by area (área):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 10:10:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Forecast-of-the-end-of-hours-based-on-recent-consumption/m-p/4013205#M158059</guid>
      <dc:creator>josegracaaxians</dc:creator>
      <dc:date>2024-06-27T10:10:15Z</dc:date>
    </item>
  </channel>
</rss>

