<?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: indentify first instance based on multi criteria power bi in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786126#M87335</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please refer to attached sample file. You need to addindex column using power query.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Result = 
VAR CurrentIndex = 'Table'[Index]
VAR CurrentTable = CALCULATETABLE ( 'Table', ALL ( 'Table'[Index] ) )
VAR FilteredTable = FILTER ( CurrentTable, 'Table'[Index] &amp;lt;= CurrentIndex )
RETURN
    IF ( COUNTROWS ( FilteredTable ) = 1, 1, 0 )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 07:50:39 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-09-22T07:50:39Z</dc:date>
    <item>
      <title>indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2785860#M87316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get&amp;nbsp;first instance based on multi criteria. I have shared excel formula to get and for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample Data:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1HI9qXrDgiZiMXldwd8nmi5FTCXhur65g/view?usp=sharing" target="_self"&gt;Sample Data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 06:16:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2785860#M87316</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-09-22T06:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2785951#M87318</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Can you attach a screenshot of the excel sheet along with the formula?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 06:46:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2785951#M87318</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-22T06:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786019#M87323</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached excel data with Formula.&lt;/P&gt;&lt;P&gt;Sample Excel Data:&amp;nbsp;&lt;A href="https://protect-eu.mimecast.com/s/OTSeCwjovTAElyAVCV4hdG?domain=community.powerbi.com" target="_self"&gt;Excel Sample Data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:15:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786019#M87323</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-09-22T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786023#M87324</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The link is not working&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:17:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786023#M87324</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-22T07:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786037#M87326</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you check now pls.&lt;/P&gt;&lt;P&gt;Sample data:&amp;nbsp;&lt;A href="https://docs.google.com/spreadsheets/d/1BHzqFg7UMod5VyXPH_aqsLB2XBKsD6KJ/edit?usp=sharing&amp;amp;ouid=102643636652499548636&amp;amp;rtpof=true&amp;amp;sd=true" target="_self"&gt;Sample Data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:21:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786037#M87326</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-09-22T07:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786126#M87335</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please refer to attached sample file. You need to addindex column using power query.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Result = 
VAR CurrentIndex = 'Table'[Index]
VAR CurrentTable = CALCULATETABLE ( 'Table', ALL ( 'Table'[Index] ) )
VAR FilteredTable = FILTER ( CurrentTable, 'Table'[Index] &amp;lt;= CurrentIndex )
RETURN
    IF ( COUNTROWS ( FilteredTable ) = 1, 1, 0 )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:50:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786126#M87335</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-22T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: indentify first instance based on multi criteria power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786274#M87343</link>
      <description>&lt;P&gt;Thanks for the solution.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 08:35:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/indentify-first-instance-based-on-multi-criteria-power-bi/m-p/2786274#M87343</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-09-22T08:35:09Z</dc:date>
    </item>
  </channel>
</rss>

