<?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: Help on Measures to calculate daily maximum count within each month with priority in case of a tie in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3832224#M149846</link>
    <description>&lt;P&gt;Many thanks&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;. However, It's not yet resolved because I need the result as shown in the table below as I mentioned previously.&lt;/P&gt;&lt;P&gt;That is, if u look at the pivot ale above:&lt;/P&gt;&lt;P&gt;- check the date which I have the maximum &lt;STRONG&gt;total daily count&lt;/STRONG&gt; for each product within each month. For above maximum t&lt;STRONG&gt;otal&lt;/STRONG&gt; Bicylce count is 4 on both 9-April and 10-Apr. Since ShopA has 3 on 10-Apr and 2 on 09-Apr, so I select April-10 as the date with the total maximum count for that month and I need to display the count values of 3 &amp;amp;1 ( for shopA and ShopB) respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Similarly for Motorcycle. Maximum total daily count in April is 5 (i.e. 3+2 or 4+1) which occurs on 9 and 11-Apr. But shopA count is 4 on 11-Apr (which is higher than 3 on 9-Apr), so I slect 11-Apr as the date with the maximum total daily count in Apr and I just need the values for both shops on that day which is 4 &amp;amp;1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's no tie, I just need the values on the day of maximum count for each product within each month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the final result needs to be like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
    <pubDate>Fri, 12 Apr 2024 02:28:04 GMT</pubDate>
    <dc:creator>LanrexTee</dc:creator>
    <dc:date>2024-04-12T02:28:04Z</dc:date>
    <item>
      <title>Help on Measures to calculate daily maximum count within each month with priority in case of a tie</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3829152#M149734</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls help on the DAX measure for&amp;nbsp; below.&lt;/P&gt;&lt;P&gt;- I need to calculate the total maximum daily distinct count for each product within each month.&lt;/P&gt;&lt;P&gt;- On the day with the maximum total count for each product, I need the corresponding Quantity of the product under each shop type, i.e. only the total daily count for each product needs to be maximum, the count under each shoptype just needs to be the Quantity on that particular day.&lt;/P&gt;&lt;P&gt;- In case there are multiple days in the same month with ties , I need the chosen total maximum to be on the day that shopA has the highest count. For example in the final Result table below, On 9 &amp;amp;10-April, maximum total count is 4, I'm selecting 10-Apr count as the maximum for the month April because ShopA has higher count of 3. The same with the motorcylce which I selected 11-APril count since ShopA count is higher than on 09-Apr (w=even though both days have total max count of 5).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample Data Table below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;prod_name&lt;/TD&gt;&lt;TD&gt;Shoptype&lt;/TD&gt;&lt;TD&gt;Shop_name&lt;/TD&gt;&lt;TD&gt;date_val&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a1&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a2&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a3&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a4&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a5&lt;/TD&gt;&lt;TD&gt;2024-04-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a6&lt;/TD&gt;&lt;TD&gt;2024-04-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a7&lt;/TD&gt;&lt;TD&gt;2024-04-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a8&lt;/TD&gt;&lt;TD&gt;2024-05-08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;ShopB&lt;/TD&gt;&lt;TD&gt;b1&lt;/TD&gt;&lt;TD&gt;2024-04-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;ShopB&lt;/TD&gt;&lt;TD&gt;b2&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bicycle&lt;/TD&gt;&lt;TD&gt;ShopB&lt;/TD&gt;&lt;TD&gt;b3&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a1&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a2&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a3&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a4&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a5&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a6&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;shopA&lt;/TD&gt;&lt;TD&gt;a7&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;ShopB&lt;/TD&gt;&lt;TD&gt;b1&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;ShopB&lt;/TD&gt;&lt;TD&gt;b2&lt;/TD&gt;&lt;TD&gt;2024-04-11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Motorcycle&lt;/TD&gt;&lt;TD&gt;ShopB&lt;/TD&gt;&lt;TD&gt;b3&lt;/TD&gt;&lt;TD&gt;2024-04-09&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A pivot table showing the daily count of shop_name below&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;My final desired result is below , I'll use a matrix visual&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 05:07:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3829152#M149734</guid>
      <dc:creator>LanrexTee</dc:creator>
      <dc:date>2024-04-11T05:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Measures to calculate daily maximum count within each month with priority in case of a tie</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3832166#M149841</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82930" data-lia-user-login="LanrexTee" class="lia-mention lia-mention-user"&gt;LanrexTee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;1. Create measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
var _table1=
ADDCOLUMNS(
    'Table',"1",
    COUNTX(        FILTER(ALL('Table'),'Table'[prod_name]=EARLIER('Table'[prod_name])&amp;amp;&amp;amp;'Table'[Shoptype]=EARLIER('Table'[Shoptype])&amp;amp;&amp;amp;'Table'[date_val]=EARLIER('Table'[date_val])),[date_val]))
var _table2=
SUMMARIZE(
    _table1,[prod_name],[Shoptype],[date_val],
    "Count",
    MAXX(
        FILTER(_table1,[prod_name]=EARLIER([prod_name])&amp;amp;&amp;amp;[Shoptype]=EARLIER([Shoptype])),[1]))
return
MAXX(
    FILTER(_table2,[prod_name]=MAX('Table'[prod_name])&amp;amp;&amp;amp;[Shoptype]=MAX('Table'[Shoptype])),[Count])&lt;/LI-CODE&gt;
&lt;P&gt;2. Turn off – Row headers – Options – Stepped layout.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3. Result:&lt;/P&gt;
&lt;P&gt;Here I have an understanding of the fact that ShopB is 2 on 2024.4.9, and according to the description you gave, 2 is the largest.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 02:00:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3832166#M149841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-12T02:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Measures to calculate daily maximum count within each month with priority in case of a tie</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3832224#M149846</link>
      <description>&lt;P&gt;Many thanks&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;. However, It's not yet resolved because I need the result as shown in the table below as I mentioned previously.&lt;/P&gt;&lt;P&gt;That is, if u look at the pivot ale above:&lt;/P&gt;&lt;P&gt;- check the date which I have the maximum &lt;STRONG&gt;total daily count&lt;/STRONG&gt; for each product within each month. For above maximum t&lt;STRONG&gt;otal&lt;/STRONG&gt; Bicylce count is 4 on both 9-April and 10-Apr. Since ShopA has 3 on 10-Apr and 2 on 09-Apr, so I select April-10 as the date with the total maximum count for that month and I need to display the count values of 3 &amp;amp;1 ( for shopA and ShopB) respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Similarly for Motorcycle. Maximum total daily count in April is 5 (i.e. 3+2 or 4+1) which occurs on 9 and 11-Apr. But shopA count is 4 on 11-Apr (which is higher than 3 on 9-Apr), so I slect 11-Apr as the date with the maximum total daily count in Apr and I just need the values for both shops on that day which is 4 &amp;amp;1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's no tie, I just need the values on the day of maximum count for each product within each month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the final result needs to be like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Fri, 12 Apr 2024 02:28:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3832224#M149846</guid>
      <dc:creator>LanrexTee</dc:creator>
      <dc:date>2024-04-12T02:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Measures to calculate daily maximum count within each month with priority in case of a tie</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3853053#M150535</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82930" data-lia-user-login="LanrexTee" class="lia-mention lia-mention-user"&gt;LanrexTee&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;1. Create measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Value_Measure =
var _table=
ADDCOLUMNS(
    ALL('Table'),"Count",
    COUNTX(
    FILTER(ALL('Table'),
'Table'[prod_name]=EARLIER('Table'[prod_name])&amp;amp;&amp;amp;'Table'[Shoptype]=EARLIER('Table'[Shoptype])
    &amp;amp;&amp;amp;'Table'[date_val]=EARLIER('Table'[date_val])
    ),[Shop_name]))
var _max=
MAXX(
    FILTER(_table,[prod_name]=MAX('Table'[prod_name])&amp;amp;&amp;amp;[Month]=MAX('Table'[Month])),[Count])
var _date=
MAXX(FILTER(_table,[prod_name]=MAX('Table'[prod_name])&amp;amp;&amp;amp;[Count]=_max&amp;amp;&amp;amp;[Month]=MAX('Table'[Month])),[date_val])
return
MAXX(
    FILTER(
        _table,
        [prod_name]=MAX('Table'[prod_name])&amp;amp;&amp;amp;[Shoptype]=MAX('Table'[Shoptype])&amp;amp;&amp;amp;[Month]=MAX('Table'[Month])&amp;amp;&amp;amp;[date_val]=_date),[Count])&lt;/LI-CODE&gt;
&lt;P&gt;2. Result:&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;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 09:05:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3853053#M150535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-19T09:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Measures to calculate daily maximum count within each month with priority in case of a tie</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3854803#M150614</link>
      <description>&lt;P&gt;Many thanks for the great effort Liu Yang. Possibly the sample data I provided wasn't sufficient as I tried the above but didn't work. I'm attaching the closest sample pbix with the data close to my actual data.&lt;/P&gt;&lt;P&gt;I tried a new measure shown in the snip below, the daily maximum count I got for each product&amp;nbsp; in each month is correct. However, if I sum up the the count displayed under each shoptype for each product in the monthly visual (the lower table), it isnt matching the actual total daily count (upper table), it is instead giving me the maximum in a month for each shoptype.&lt;/P&gt;&lt;P&gt;Note that I need a &lt;STRONG&gt;distinct count&lt;/STRONG&gt; of the shopname each day because there'e duplicates and I dont want the shopname to be counted twice for each product in the same day.&lt;/P&gt;&lt;P&gt;All I need is to get the distinctcount of&amp;nbsp; (shopname) for each product&amp;nbsp; under each shoptype on the day that the total distinct count(shopname) is maximum in each month.&lt;/P&gt;&lt;P&gt;Pls see the link to my pbix:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/14TCLlLFUEIT9ebSACxmmAKkiedUzlR8Z/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/14TCLlLFUEIT9ebSACxmmAKkiedUzlR8Z/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count of shopname max per date_val =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAXX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&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;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[date_val]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[shopname]&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;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 22:12:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-on-Measures-to-calculate-daily-maximum-count-within-each/m-p/3854803#M150614</guid>
      <dc:creator>LanrexTee</dc:creator>
      <dc:date>2024-04-19T22:12:24Z</dc:date>
    </item>
  </channel>
</rss>

