<?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 DAX example from italians - explanantion in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-example-from-italians-explanantion/m-p/771635#M3723</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am absolutely desparate of DAX...I found on youtube video from Italians for beginners (it s look like that is for newbies, but it isn t) and I dont understand mentioned example (&lt;A href="https://www.youtube.com/watch?v=6ncHnWMEdic" target="_blank"&gt;https://www.youtube.com/watch?v=6ncHnWMEdic&lt;/A&gt;) it starts in 22:22 it takes 10 seconds, the result is on 29:15 (sorry I dont know how to insert picture here or it does not works).. I saw first video, and this example 3x and still nothing, really is this video for beginners? uhh..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;Why are used 2 row context and not filter context for each price?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is used 'ROWCOUNT' and not SORTING and then some other funcion?&lt;/P&gt;&lt;P&gt;Why is used 'FILTER' ?&lt;/P&gt;&lt;P&gt;Why is used 'EARLIER'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you so much !!!!!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2019 08:30:35 GMT</pubDate>
    <dc:creator>ph</dc:creator>
    <dc:date>2019-08-21T08:30:35Z</dc:date>
    <item>
      <title>DAX example from italians - explanantion</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-example-from-italians-explanantion/m-p/771635#M3723</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am absolutely desparate of DAX...I found on youtube video from Italians for beginners (it s look like that is for newbies, but it isn t) and I dont understand mentioned example (&lt;A href="https://www.youtube.com/watch?v=6ncHnWMEdic" target="_blank"&gt;https://www.youtube.com/watch?v=6ncHnWMEdic&lt;/A&gt;) it starts in 22:22 it takes 10 seconds, the result is on 29:15 (sorry I dont know how to insert picture here or it does not works).. I saw first video, and this example 3x and still nothing, really is this video for beginners? uhh..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;Why are used 2 row context and not filter context for each price?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is used 'ROWCOUNT' and not SORTING and then some other funcion?&lt;/P&gt;&lt;P&gt;Why is used 'FILTER' ?&lt;/P&gt;&lt;P&gt;Why is used 'EARLIER'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you so much !!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 08:30:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-example-from-italians-explanantion/m-p/771635#M3723</guid>
      <dc:creator>ph</dc:creator>
      <dc:date>2019-08-21T08:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX example from italians - explanantion</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-example-from-italians-explanantion/m-p/773476#M3801</link>
      <description>1. The 1st row context comes from the the table in which you are trying to insert a calculated column. The second row context comes from FILTER, which is an iterator. Hence 2 different row contexts.&lt;BR /&gt;&lt;BR /&gt;2. Sorting does not exist in DAX.&lt;BR /&gt;&lt;BR /&gt;3. FILTER filters data according to a condition returning only the rows that pass the condition.&lt;BR /&gt;&lt;BR /&gt;4. EARLIER is a way to obtain the value from a previous row context. Since VARiables have been introduced, there is now no need to use this function. You can grab the value and assign it to a VARiable that will hold it for the duration of the calculation, whatever the calculation is.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Darek</description>
      <pubDate>Thu, 22 Aug 2019 18:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-example-from-italians-explanantion/m-p/773476#M3801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-22T18:20:03Z</dc:date>
    </item>
  </channel>
</rss>

