<?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 RunRate measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1849686#M39514</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have tried all the 'Run Rates' we have here in the community, but it's still not working.&lt;/P&gt;&lt;P&gt;Could you please help me? I need the run rate by week, but ideally dynamically.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below we have the run rate by month, which seems correct, and by week which is worng.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;RunRate =&lt;/STRONG&gt; DIVIDE( [Total Net Sales £], [# Days in Period up to Today] )&lt;BR /&gt;&lt;STRONG&gt;# Days in Period up to Today =&lt;/STRONG&gt;&lt;BR /&gt;var __today = TODAY()&lt;BR /&gt;return&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[# Days in Period],&lt;BR /&gt;KEEPFILTERS( 'Date'[Date] &amp;lt;= __today )&lt;BR /&gt;)&lt;BR /&gt;&lt;STRONG&gt;WeekYear =&lt;/STRONG&gt; WEEKNUM([Date],21)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Many thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 22:29:17 GMT</pubDate>
    <dc:creator>RenataOGardner</dc:creator>
    <dc:date>2021-05-18T22:29:17Z</dc:date>
    <item>
      <title>RunRate measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1849686#M39514</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have tried all the 'Run Rates' we have here in the community, but it's still not working.&lt;/P&gt;&lt;P&gt;Could you please help me? I need the run rate by week, but ideally dynamically.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below we have the run rate by month, which seems correct, and by week which is worng.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;RunRate =&lt;/STRONG&gt; DIVIDE( [Total Net Sales £], [# Days in Period up to Today] )&lt;BR /&gt;&lt;STRONG&gt;# Days in Period up to Today =&lt;/STRONG&gt;&lt;BR /&gt;var __today = TODAY()&lt;BR /&gt;return&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[# Days in Period],&lt;BR /&gt;KEEPFILTERS( 'Date'[Date] &amp;lt;= __today )&lt;BR /&gt;)&lt;BR /&gt;&lt;STRONG&gt;WeekYear =&lt;/STRONG&gt; WEEKNUM([Date],21)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 22:29:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1849686#M39514</guid>
      <dc:creator>RenataOGardner</dc:creator>
      <dc:date>2021-05-18T22:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: RunRate measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1850164#M39530</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="175502" data-lia-user-login="RenataOGardner" class="lia-mention lia-mention-user"&gt;RenataOGardner&lt;/a&gt; ,do you have a date column?&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 04:28:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1850164#M39530</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-05-19T04:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: RunRate measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1850604#M39538</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Below is my date table which I created manually.&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 07:51:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RunRate-measure/m-p/1850604#M39538</guid>
      <dc:creator>RenataOGardner</dc:creator>
      <dc:date>2021-05-19T07:51:20Z</dc:date>
    </item>
  </channel>
</rss>

