<?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 Calculate WAU/MAU Ratio ( Week numbers span across different months?) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-WAU-MAU-Ratio-Week-numbers-span-across-different/m-p/3409523#M128852</link>
    <description>&lt;P&gt;Hello experts!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a visual showing the weekly active user/monthly active user ratio with the following DAX. However, I realized later that e.g. week 31 has 5 days in August but 2 days in July, and in the graph seems the % is calculated using the number from August as the denominator. I wonder if anyone here knows a better way to calculate the WAU/MAU ratio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Weekly Active Users = DISTINCTCOUNT('Usage Logs'[user_Id])

Monthly Active User = calculate(distinctcount('Usage Logs'[user_Id]), filter(allselected(DateTable) , DateTable[Year Month] = Max( DateTable[Year Month] ) ) )

WAU/MAU = DIVIDE([Weekly Active Users],[Monthly Active User],0)&lt;/LI-CODE&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;</description>
    <pubDate>Thu, 31 Aug 2023 17:54:09 GMT</pubDate>
    <dc:creator>Yiyi</dc:creator>
    <dc:date>2023-08-31T17:54:09Z</dc:date>
    <item>
      <title>Calculate WAU/MAU Ratio ( Week numbers span across different months?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-WAU-MAU-Ratio-Week-numbers-span-across-different/m-p/3409523#M128852</link>
      <description>&lt;P&gt;Hello experts!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a visual showing the weekly active user/monthly active user ratio with the following DAX. However, I realized later that e.g. week 31 has 5 days in August but 2 days in July, and in the graph seems the % is calculated using the number from August as the denominator. I wonder if anyone here knows a better way to calculate the WAU/MAU ratio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Weekly Active Users = DISTINCTCOUNT('Usage Logs'[user_Id])

Monthly Active User = calculate(distinctcount('Usage Logs'[user_Id]), filter(allselected(DateTable) , DateTable[Year Month] = Max( DateTable[Year Month] ) ) )

WAU/MAU = DIVIDE([Weekly Active Users],[Monthly Active User],0)&lt;/LI-CODE&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;</description>
      <pubDate>Thu, 31 Aug 2023 17:54:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-WAU-MAU-Ratio-Week-numbers-span-across-different/m-p/3409523#M128852</guid>
      <dc:creator>Yiyi</dc:creator>
      <dc:date>2023-08-31T17:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate WAU/MAU Ratio ( Week numbers span across different months?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-WAU-MAU-Ratio-Week-numbers-span-across-different/m-p/3413120#M129073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@&lt;SPAN&gt;Yiyi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In such cases, retail companies use 445 calendar instead of gregorian calendar months.&amp;nbsp; This topic is throughly covered in Dax Pattern video training course offered by sqlbi.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.daxpatterns.com/time-patterns/" target="_blank"&gt;Time patterns – DAX Patterns&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 05:30:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-WAU-MAU-Ratio-Week-numbers-span-across-different/m-p/3413120#M129073</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2023-09-04T05:30:42Z</dc:date>
    </item>
  </channel>
</rss>

