<?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 Help- Logical in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Logical/m-p/2979909#M99876</link>
    <description>&lt;P&gt;Hello World!&lt;BR /&gt;Firstly Happy Holidays to all the people around the world.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;I want to create a new column Initial Mode. I have a dataset drom 2016-2022.&amp;nbsp;&lt;BR /&gt;Here I have created a Final Payment Mode column. It means the last mode of that particular person was Visa.&amp;nbsp;&lt;BR /&gt;If you look at the date, that person started from Decemeber 2021 and Ended in March 2022. In the very initial phase he had Mastercard Mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, i am having a biggest challenge here.&lt;STRONG&gt; I want to create a new column which will give me his 1st payment mode which is mastercard( dec 2021) IN THIS CASE.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;(Note: You can see Final Payment mode Visa visa, twice in both rows. I will do distinct count at last)&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;I want a result like this. Column m (Initial Mode : Mastercard )&lt;BR /&gt;Please help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 19:55:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-20T19:55:59Z</dc:date>
    <item>
      <title>DAX Help- Logical</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Logical/m-p/2979909#M99876</link>
      <description>&lt;P&gt;Hello World!&lt;BR /&gt;Firstly Happy Holidays to all the people around the world.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;I want to create a new column Initial Mode. I have a dataset drom 2016-2022.&amp;nbsp;&lt;BR /&gt;Here I have created a Final Payment Mode column. It means the last mode of that particular person was Visa.&amp;nbsp;&lt;BR /&gt;If you look at the date, that person started from Decemeber 2021 and Ended in March 2022. In the very initial phase he had Mastercard Mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, i am having a biggest challenge here.&lt;STRONG&gt; I want to create a new column which will give me his 1st payment mode which is mastercard( dec 2021) IN THIS CASE.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;(Note: You can see Final Payment mode Visa visa, twice in both rows. I will do distinct count at last)&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;I want a result like this. Column m (Initial Mode : Mastercard )&lt;BR /&gt;Please help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 19:55:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Logical/m-p/2979909#M99876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Help- Logical</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Logical/m-p/2980679#M99914</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Create Calculated Column :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Initial Mode = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Master&amp;amp;Visa'&lt;/SPAN&gt;&lt;SPAN&gt;[Prior Mode]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Master&amp;amp;Visa'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Master&amp;amp;Visa'&lt;/SPAN&gt;&lt;SPAN&gt;[Prior Year]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Master&amp;amp;Visa'&lt;/SPAN&gt;&lt;SPAN&gt;[Prior Year]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 04:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Help-Logical/m-p/2980679#M99914</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2022-12-21T04:36:51Z</dc:date>
    </item>
  </channel>
</rss>

