<?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: Student Retention Term by Term and Year by Year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2884296#M93443</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You need a separate Year/Date table, Joined to your table. And then need this year vs last year formula &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Only year vs Year, not a level below&lt;/P&gt;
&lt;P&gt;This Year = CALCULATE(Count('Table'[Student Id]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])))&lt;BR /&gt;Last Year = CALCULATE(Count('Table'[Student ID]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])-1))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;retain&lt;/P&gt;
&lt;P&gt;Countx(filter( values(Table[Student ID]) , not(isblank([This Year])) &amp;amp;&amp;amp; not(isblank([Last Year])) ) , [Student ID])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer&lt;/P&gt;
&lt;P&gt;Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: &lt;A href="https://www.youtube.com/watch?v=W4EF1f_k6iY" target="_blank"&gt;https://www.youtube.com/watch?v=W4EF1f_k6iY&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count:&lt;BR /&gt;Learn Power BI Advance - Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: &lt;A href="https://www.youtube.com/watch?v=W4EF1f_k6iY" target="_blank"&gt;https://www.youtube.com/watch?v=W4EF1f_k6iY&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2022 02:15:19 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-11-04T02:15:19Z</dc:date>
    <item>
      <title>Student Retention Term by Term and Year by Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2883753#M93425</link>
      <description>&lt;P&gt;Hello - I am a beginner with Power BI and I am looking for a good way to display student retention term by term and year by year broken out by the Program and then drilling down by Student Program. I linked the data I was given to work with but Im not sure where to even start. Would anyone be willing to help me get started and then I can take it from there?&amp;nbsp; &amp;nbsp;&lt;A href="https://u.pcloud.link/publink/show?code=XZQRTfVZgcrDr9r8xkBl8oIEijlzqjjQfGfV" target="_self"&gt;Student Retention&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:26:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2883753#M93425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-03T19:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Student Retention Term by Term and Year by Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2884296#M93443</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You need a separate Year/Date table, Joined to your table. And then need this year vs last year formula &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Only year vs Year, not a level below&lt;/P&gt;
&lt;P&gt;This Year = CALCULATE(Count('Table'[Student Id]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])))&lt;BR /&gt;Last Year = CALCULATE(Count('Table'[Student ID]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])-1))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;retain&lt;/P&gt;
&lt;P&gt;Countx(filter( values(Table[Student ID]) , not(isblank([This Year])) &amp;amp;&amp;amp; not(isblank([Last Year])) ) , [Student ID])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer&lt;/P&gt;
&lt;P&gt;Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: &lt;A href="https://www.youtube.com/watch?v=W4EF1f_k6iY" target="_blank"&gt;https://www.youtube.com/watch?v=W4EF1f_k6iY&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count:&lt;BR /&gt;Learn Power BI Advance - Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: &lt;A href="https://www.youtube.com/watch?v=W4EF1f_k6iY" target="_blank"&gt;https://www.youtube.com/watch?v=W4EF1f_k6iY&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 02:15:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2884296#M93443</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-04T02:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Student Retention Term by Term and Year by Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2884639#M93479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the following links to create the retention report:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Higher-Education-Student-Retention-Report/m-p/1170041" target="_self"&gt;Higher Education Student Retention Report&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/blog/higher-education-analytics-using-power-bi-1-retention/" target="_self"&gt;Higher Education Analytics using Power BI #1: Retention&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/customer-retention-in-power-bi-dax-measures" target="_self"&gt;Customer Retention in Power BI: DAX Measures&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Or you can explain your expected result with the logic and special examples, later we can provide the suitable solution. Thank you.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 06:17:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2884639#M93479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-04T06:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Student Retention Term by Term and Year by Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2886081#M93545</link>
      <description>&lt;P&gt;Thank you for your reply. I am very interested in this example - &lt;A href="https://powerbi.microsoft.com/en-us/blog/higher-education-analytics-using-power-bi-1-retention/" target="_self" rel="nofollow noopener noreferrer"&gt;Higher Education Analytics using Power BI #1: Retention&lt;/A&gt; but the link to download and play with the data no longer exists.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 16:01:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Student-Retention-Term-by-Term-and-Year-by-Year/m-p/2886081#M93545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-04T16:01:09Z</dc:date>
    </item>
  </channel>
</rss>

