<?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: get the  base number from rn date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877791#M93036</link>
    <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 16:27:13 GMT</pubDate>
    <dc:creator>ROG</dc:creator>
    <dc:date>2022-11-01T16:27:13Z</dc:date>
    <item>
      <title>get the  base number from rn date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877187#M92991</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dax below gives me the number of subscribers that have optin to our marketing campaings by email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;base check= &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;([Subscribers_Email], &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(data_history_append_update[EMAIL_OPTIN_FLAG]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Given that the report refreshes once a week (every Monday), how can I get the AVG of this base by week and by month?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Nov 2022 12:01:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877187#M92991</guid>
      <dc:creator>ROG</dc:creator>
      <dc:date>2022-11-01T12:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: get the  base number from rn date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877438#M92998</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="398723" data-lia-user-login="ROG" class="lia-mention lia-mention-user"&gt;ROG&lt;/a&gt; , Assuming you are using date table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;measures&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;week =&lt;/P&gt;
&lt;P&gt;averagex(Values('Date'[Week Year]), [base check])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Month =&lt;/P&gt;
&lt;P&gt;averagex(Values('Date'[Month Year]), [base check])&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 13:47:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877438#M92998</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-01T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: get the  base number from rn date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877791#M93036</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:27:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/get-the-base-number-from-rn-date/m-p/2877791#M93036</guid>
      <dc:creator>ROG</dc:creator>
      <dc:date>2022-11-01T16:27:13Z</dc:date>
    </item>
  </channel>
</rss>

