<?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: DAX Help  - Partially created from Time Intelligence in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221200#M52753</link>
    <description>&lt;P&gt;Thank You very much for the help.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Dec 2021 03:41:31 GMT</pubDate>
    <dc:creator>ScottBrown</dc:creator>
    <dc:date>2021-12-05T03:41:31Z</dc:date>
    <item>
      <title>DAX Help  - Partially created from Time Intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221105#M52748</link>
      <description>&lt;P&gt;I need filtering this down a little further,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Need to filter the weekIndex to be greater than or equal to -20&lt;/LI&gt;&lt;LI&gt;How do I round the answer = currently is 22.67 which is correct&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVG Weekly Production Last 20 Wks = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;KEEPFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'DimDates'[weekIndex]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Production_Stock_OrderLines_HIST-PROD'[txtOrdNo]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thnaks in Advance&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Dec 2021 22:15:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221105#M52748</guid>
      <dc:creator>ScottBrown</dc:creator>
      <dc:date>2021-12-04T22:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Help  - Partially created from Time Intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221113#M52749</link>
      <description>&lt;P&gt;Is this what you mean?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;AVG Weekly Production Last 20 Wks =
ROUND (
    AVERAGEX (
        FILTER ( VALUES ( 'DimDates'[weekIndex] ), 'DimDates'[weekIndex] &amp;gt;= -20 ),
        CALCULATE ( COUNT ( 'Production_Stock_OrderLines_HIST-PROD'[txtOrdNo] ) )
    ),
    0
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 04 Dec 2021 22:25:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221113#M52749</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-12-04T22:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Help  - Partially created from Time Intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221200#M52753</link>
      <description>&lt;P&gt;Thank You very much for the help.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 03:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Partially-created-from-Time-Intelligence/m-p/2221200#M52753</guid>
      <dc:creator>ScottBrown</dc:creator>
      <dc:date>2021-12-05T03:41:31Z</dc:date>
    </item>
  </channel>
</rss>

