<?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 How to do cohort analysis - same starting point with relative time period? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140361#M112103</link>
    <description>&lt;P&gt;Could someone please help me? Left table is what I have, and the right 2 tables are what I need.&lt;/P&gt;&lt;P&gt;Thanks a lot!&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>Sat, 18 Mar 2023 20:32:48 GMT</pubDate>
    <dc:creator>ewu</dc:creator>
    <dc:date>2023-03-18T20:32:48Z</dc:date>
    <item>
      <title>How to do cohort analysis - same starting point with relative time period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140361#M112103</link>
      <description>&lt;P&gt;Could someone please help me? Left table is what I have, and the right 2 tables are what I need.&lt;/P&gt;&lt;P&gt;Thanks a lot!&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>Sat, 18 Mar 2023 20:32:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140361#M112103</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-18T20:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cohort analysis - same starting point with relative time period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140376#M112106</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="517873" data-lia-user-login="ewu" class="lia-mention lia-mention-user"&gt;ewu&lt;/a&gt;&amp;nbsp;Try this:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Patient-Cohort-AND-Slicer/m-p/391883#M130" target="_blank"&gt;Patient Cohort (AND Slicer) - Microsoft Power BI Community&lt;/A&gt;&amp;nbsp;or this:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Customer-Retention-Part-3-Period-Of-Stay-Cohort-Analysis/m-p/1393332#M630" target="_blank"&gt;Customer Retention Part 3: Period Of Stay – Cohort... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 21:10:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140376#M112106</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-18T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cohort analysis - same starting point with relative time period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140566#M112117</link>
      <description>&lt;P&gt;Thanks Greg. The 2nd link is quite similar to what I wanted. Let me try to do it the same way first these a few days.&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 04:16:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3140566#M112117</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-19T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cohort analysis - same starting point with relative time period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3157190#M113265</link>
      <description>&lt;P&gt;Hi, Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 2nd link above was helpful but still not enough for me. The challenges are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Customer starting dates are in another table which is properly linked to the left table in my original screenshot above. That is, the left table in the screenshot only starts from a recent month while many more historical sales data are to be input.&amp;nbsp; I tried "related" with "datediff", but couldn't get the age.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Even if I do get the customer age, how do I pupulate a table that looks like those in the right table in my screenshot above? The columns headers should read "1st month from onboarding, 2nd month from onboarding,.... 50th month from onboarding".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help? Thanks a lot.&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 23:02:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3157190#M113265</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-27T23:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cohort analysis - same starting point with relative time period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3157208#M113266</link>
      <description>&lt;P&gt;No worries. My mistake. Anything minor could kill everything.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 23:27:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3157208#M113266</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-27T23:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cohort analysis - same starting point with relative time period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3159571#M113418</link>
      <description>&lt;P&gt;Unfortuantely I went through the above videos and a couple more, but still cannot get the final results. One of the challenges is I am not sure what to do with my newly created generateseries table. Here are the 2 tables I have now:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Below is what I want:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Could someone please help?&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 00:55:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-cohort-analysis-same-starting-point-with-relative-time/m-p/3159571#M113418</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-29T00:55:19Z</dc:date>
    </item>
  </channel>
</rss>

