<?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 Using DAX to add an incremented &amp;quot;step number&amp;quot; for each entry with the same &amp;quot;journey id&amp;quot; in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/863470#M7010</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attempting to autoincrement a "step" column in PowerBI, as seen in the photo below:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is how my data is arranged. I'm looking to use DAX to do this, but can't work it out!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 11:05:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-03T11:05:14Z</dc:date>
    <item>
      <title>Using DAX to add an incremented "step number" for each entry with the same "journey id"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/863470#M7010</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attempting to autoincrement a "step" column in PowerBI, as seen in the photo below:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is how my data is arranged. I'm looking to use DAX to do this, but can't work it out!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 11:05:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/863470#M7010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using DAX to add an incremented "step number" for each entry with the same "journey id"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/863964#M7019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try calculated column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = RANKX(FILTER('Table1';'Table1'[Journey_ID]=EARLIER(Table1[Journey_ID]));Table1[created_at];;ASC;Dense)&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;BR /&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;A href="http://www.linkedin.com/in/alekseizhukov" target="_blank"&gt;Linkedin&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 18:24:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/863964#M7019</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2019-12-03T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using DAX to add an incremented "step number" for each entry with the same "journey id"</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/3752980#M146411</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;J'ai adapté la solution à mon problème et cela m'a permis d'avancer.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 23:23:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-DAX-to-add-an-incremented-quot-step-number-quot-for-each/m-p/3752980#M146411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-09T23:23:49Z</dc:date>
    </item>
  </channel>
</rss>

