<?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: Formula to show Items with Majority of Forecast in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-to-show-Items-with-Majority-of-Forecast/m-p/3642305#M141011</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="675501" data-lia-user-login="DeeCeesQuestion" class="lia-mention lia-mention-user"&gt;DeeCeesQuestion&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TotalForecast = SUM('Table'[Jan FC]) + SUM('Table'[Feb FC]) + SUM('Table'[Mar FC])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Warehouse88ForecastPercentage = 
IF(ISBLANK([TotalForecast]), BLANK(), 
   DIVIDE(
      CALCULATE(
         [TotalForecast],
         VALUE('Table'[Warehouse]) = 88
      ),
      [TotalForecast]
   )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 02:24:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-17T02:24:43Z</dc:date>
    <item>
      <title>Formula to show Items with Majority of Forecast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-to-show-Items-with-Majority-of-Forecast/m-p/3641637#M140986</link>
      <description>&lt;P&gt;Hi - my company has four different warehouses and the same stock code can be in both warehouses.&amp;nbsp; Within the warehouse, we have customer groups and forecasts are created for each stock code by warehouse and customer group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my warehouse, "88" in the example below, I want to show items where the stock codes make up the majority of the forecast compared to the other warehouses. I don't know how to create the command or if I'm in the right place.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 18:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-to-show-Items-with-Majority-of-Forecast/m-p/3641637#M140986</guid>
      <dc:creator>DeeCeesQuestion</dc:creator>
      <dc:date>2024-01-16T18:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to show Items with Majority of Forecast</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-to-show-Items-with-Majority-of-Forecast/m-p/3642305#M141011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="675501" data-lia-user-login="DeeCeesQuestion" class="lia-mention lia-mention-user"&gt;DeeCeesQuestion&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TotalForecast = SUM('Table'[Jan FC]) + SUM('Table'[Feb FC]) + SUM('Table'[Mar FC])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Warehouse88ForecastPercentage = 
IF(ISBLANK([TotalForecast]), BLANK(), 
   DIVIDE(
      CALCULATE(
         [TotalForecast],
         VALUE('Table'[Warehouse]) = 88
      ),
      [TotalForecast]
   )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 02:24:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formula-to-show-Items-with-Majority-of-Forecast/m-p/3642305#M141011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-17T02:24:43Z</dc:date>
    </item>
  </channel>
</rss>

