<?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: DAX learn in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4737195#M181445</link>
    <description>&lt;P&gt;In fact, Earlier and Earliest are the same function&lt;/P&gt;&lt;P&gt;Earliest, it is just taking the last level for your evaluation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use Earlier, you can pass a second parameter&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Num: (Optional) A positive number to the outer evaluation pass.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The next evaluation level out is represented by 1; two levels out is represented by 2 and so on.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When omitted default value is 1.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can see Earlier and earliest like Parallelperiod and Lastyear, you can achieve the same result with both, but Paralleperiod has more versality&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 19 Jun 2025 08:58:12 GMT</pubDate>
    <dc:creator>Cookistador</dc:creator>
    <dc:date>2025-06-19T08:58:12Z</dc:date>
    <item>
      <title>DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4736827#M181429</link>
      <description>&lt;P&gt;i tried to understand the difference between earlier and earliest functions by going through below however i am still not clear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=a1SK68BYmec&amp;amp;pp=ygUcZWFybGllciB2cyBlYXJsaWVzdCBmdW5jdGlvbg%3D%3D" target="_blank"&gt;https://www.youtube.com/watch?v=a1SK68BYmec&amp;amp;pp=ygUcZWFybGllciB2cyBlYXJsaWVzdCBmdW5jdGlvbg%3D%3D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=4jWW9kA1lSA" target="_blank"&gt;https://www.youtube.com/watch?v=4jWW9kA1lSA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=s22iuxswauY&amp;amp;pp=ygUcZWFybGllciB2cyBlYXJsaWVzdCBmdW5jdGlvbg%3D%3D" target="_blank"&gt;https://www.youtube.com/watch?v=s22iuxswauY&amp;amp;pp=ygUcZWFybGllciB2cyBlYXJsaWVzdCBmdW5jdGlvbg%3D%3D&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 06:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4736827#M181429</guid>
      <dc:creator>powerbiexpert22</dc:creator>
      <dc:date>2025-06-19T06:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4736861#M181430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="408509" data-lia-user-login="powerbiexpert22" class="lia-mention lia-mention-user"&gt;powerbiexpert22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference between both functions is pretty confusing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EARLIER&lt;/STRONG&gt;: Gets the value from the previous (outer) row context. If you have two row contexts, it grabs from the one just outside the current one. If you have more, you can specify how many levels out you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EARLIEST&lt;/STRONG&gt;: Always gets the value from the very first (outermost) row context, no matter how many are nested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you only have two row contexts, they do the same thing. The difference becomes important with three or more nested row contexts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You use EARLIER when you need the immediate Outer, you will use Earliest when you need the very first one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A small analogy could help you&lt;/P&gt;&lt;P class=""&gt;Imagine you’re getting ready for a cold day and you put on several layers of clothing: A t -shirt, a sweater and a coat&lt;/P&gt;&lt;P&gt;EARLIER&amp;nbsp;is like saying, "Let me check the layer just beneath the one I’m touching now." If you’re holding your coat, EARLIER lets you look at your sweater. If you specify two levels, you can look down to your T-shirt.&lt;/P&gt;&lt;P&gt;EARLIEST&amp;nbsp;is like saying, "No matter how many layers I have, let me always check the very first one I put on"—your T-shirt, the bottom layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope wih these explanations it looks clearer for you, if it is not, do not hesistate for more help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 06:43:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4736861#M181430</guid>
      <dc:creator>Cookistador</dc:creator>
      <dc:date>2025-06-19T06:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4736960#M181431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="400842" data-lia-user-login="Cookistador" class="lia-mention lia-mention-user"&gt;Cookistador&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks, it is more clear theoritically now, can you give me use cases or examples of above in terms of Power BI, I am not when i should use ( in which scenario) which one ?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 07:11:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4736960#M181431</guid>
      <dc:creator>powerbiexpert22</dc:creator>
      <dc:date>2025-06-19T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4737195#M181445</link>
      <description>&lt;P&gt;In fact, Earlier and Earliest are the same function&lt;/P&gt;&lt;P&gt;Earliest, it is just taking the last level for your evaluation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use Earlier, you can pass a second parameter&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Num: (Optional) A positive number to the outer evaluation pass.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The next evaluation level out is represented by 1; two levels out is represented by 2 and so on.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When omitted default value is 1.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can see Earlier and earliest like Parallelperiod and Lastyear, you can achieve the same result with both, but Paralleperiod has more versality&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Jun 2025 08:58:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4737195#M181445</guid>
      <dc:creator>Cookistador</dc:creator>
      <dc:date>2025-06-19T08:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4738234#M181482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="408509" data-lia-user-login="powerbiexpert22" class="lia-mention lia-mention-user"&gt;powerbiexpert22&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Has your issue been resolved?&lt;BR data-start="109" data-end="112" /&gt;If a community member’s response addressed your query, kindly mark it as the accepted solution. This not only acknowledges their effort but also helps others with similar questions find answers more efficiently. If you found the response helpful, giving Kudos is always appreciated and encourages continued community support.&lt;/P&gt;
&lt;P&gt;Thankyou&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="400842" data-lia-user-login="Cookistador" class="lia-mention lia-mention-user"&gt;Cookistador&lt;/a&gt;&amp;nbsp;for your reply on the issue.&lt;BR /&gt;&lt;BR /&gt;Continue using Microsoft Fabric Community Forum!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 05:32:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4738234#M181482</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-06-20T05:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4740026#M181534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="408509" data-lia-user-login="powerbiexpert22" class="lia-mention lia-mention-user"&gt;powerbiexpert22&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We strive to make sure every issue gets addressed completely. If the previous answer helped, that’s great, please mark it as Accepted and consider giving it a Kudos.&lt;/P&gt;
&lt;P&gt;Still facing issues? Just reply here and we’ll be right with you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for being a valued part of the community,&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 05:03:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4740026#M181534</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-06-23T05:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX learn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4744520#M181663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="408509" data-lia-user-login="powerbiexpert22" class="lia-mention lia-mention-user"&gt;powerbiexpert22&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We wanted to follow up to see if our suggestion was helpful. Please let us know how things are progressing and if you are still encountering any issues.&lt;/P&gt;
&lt;P&gt;If the response resolved your problem, you may mark it as the solution and give it a thumbs up to assist others in the community as well.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 06:17:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-learn/m-p/4744520#M181663</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-06-26T06:17:35Z</dc:date>
    </item>
  </channel>
</rss>

